diff options
Diffstat (limited to 'src/common/servlist.h')
-rw-r--r-- | src/common/servlist.h | 3 |
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; |