summary refs log tree commit diff stats
path: root/src/common/servlist.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-05-11 02:40:08 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-05-11 02:40:08 +0200
commit7b0b86c9f7841217d4156503fbe004fdea54caeb (patch)
tree922ca548f754c82cde3ce59f7b8a680aacb36d9e /src/common/servlist.h
parenta98b95923b4cfc2b05bc570036f810d127aa6e90 (diff)
Nuke nickserv password field and some cosmetics
Diffstat (limited to 'src/common/servlist.h')
-rw-r--r--src/common/servlist.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/servlist.h b/src/common/servlist.h
index c70c3871..c38c5129 100644
--- a/src/common/servlist.h
+++ b/src/common/servlist.h
@@ -35,7 +35,6 @@ typedef struct ircnet
 	char *pass;
 	char *autojoin;
 	char *command;
-	char *nickserv;
 	int logintype;
 	char *comment;
 	char *encoding;