diff options
author | TingPing <tngpng@gmail.com> | 2013-05-03 09:19:01 -0700 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-05-03 09:19:01 -0700 |
commit | 7243f5bc2cc5eed9d042c7d5248309b7f02ca166 (patch) | |
tree | 677c2f6c6139dbf9d61c9c45bb2b1a12bc0cfab3 /src/common/servlist.h | |
parent | 414ab39db5bc6f1d40c8df5ec2ab4c750d73a59c (diff) | |
parent | 863ff811e6275ad9177c5d55515e76fe1e802686 (diff) |
Merge pull request #565 from bviktor/nickservtype
Make NickServ registration configurable per-network
Diffstat (limited to 'src/common/servlist.h')
-rw-r--r-- | src/common/servlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/servlist.h b/src/common/servlist.h index 5ed3c4d6..b652f463 100644 --- a/src/common/servlist.h +++ b/src/common/servlist.h @@ -37,6 +37,7 @@ typedef struct ircnet char *autojoin; char *command; char *nickserv; + int nstype; char *comment; char *encoding; GSList *servlist; |