Replace various network options with universal login method option

This commit is contained in:
Berke Viktor
2013-05-10 23:52:47 +02:00
parent beb3ab506d
commit 873a3ef047
5 changed files with 98 additions and 94 deletions

View File

@@ -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;