Built-in SASL support and other CAP fixes

This commit is contained in:
Berke Viktor
2012-10-25 16:17:21 +02:00
parent 47310229a4
commit 4f4958878a
5 changed files with 89 additions and 10 deletions

View File

@@ -14,6 +14,7 @@ typedef struct ircnet
char *user;
char *real;
char *pass;
char *saslpass;
char *autojoin;
char *command;
char *nickserv;