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-10 23:52:47 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-05-10 23:52:47 +0200
commit873a3ef04725dadaf78f92c54311d8178ce28462 (patch)
treedfb8afa2b3b04394b4c26c9e14b94e25699defa0 /src/common/servlist.h
parentbeb3ab506de6993e80b6b6932160a23247db4130 (diff)
Replace various network options with universal login method option
Diffstat (limited to 'src/common/servlist.h')
-rw-r--r--src/common/servlist.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/servlist.h b/src/common/servlist.h
index b652f463..c70c3871 100644
--- a/src/common/servlist.h
+++ b/src/common/servlist.h
@@ -33,11 +33,10 @@ typedef struct ircnet
 	char *user;
 	char *real;
 	char *pass;
-	char *saslpass;
 	char *autojoin;
 	char *command;
 	char *nickserv;
-	int nstype;
+	int logintype;
 	char *comment;
 	char *encoding;
 	GSList *servlist;