diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-25 16:17:21 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-25 16:17:21 +0200 |
commit | 4f4958878a74d97f9f43e8add855bc2ee22c1de4 (patch) | |
tree | bfc25758acbd3c95a9779526e305296c3d9fefa1 /src/common/servlist.h | |
parent | 47310229a4ba96ee2aad166b7c561ec31ae20a70 (diff) |
Built-in SASL support and other CAP fixes
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 e78f94b1..dc8095f4 100644 --- a/src/common/servlist.h +++ b/src/common/servlist.h @@ -14,6 +14,7 @@ typedef struct ircnet char *user; char *real; char *pass; + char *saslpass; char *autojoin; char *command; char *nickserv; |