Make NickServ registration configurable per-network

Fixes #394
This commit is contained in:
Berke Viktor
2013-04-28 21:24:53 +02:00
parent 708c5a7347
commit 0a54efdd0c
5 changed files with 105 additions and 12 deletions

View File

@@ -37,6 +37,7 @@ typedef struct ircnet
char *autojoin;
char *command;
char *nickserv;
int nstype;
char *comment;
char *encoding;
GSList *servlist;