diff options
author | LemonBoy <LemonBoy@users.noreply.github.com> | 2017-10-18 12:00:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-18 12:00:56 +0200 |
commit | 28d0b8c74602db0474c78ccbe17ae1ba03fcf665 (patch) | |
tree | f906691e6a29d39760cb6005c67272194f097da6 /src/irc/core/irc-chatnets.h | |
parent | 7b97edf9d1de8c270e4482c85d142303e07525c9 (diff) | |
parent | 7b94015f8f3a7f9f9348a57243632a98cb5e2a56 (diff) | |
download | irssi-28d0b8c74602db0474c78ccbe17ae1ba03fcf665.zip |
Merge pull request #771 from paultownsend/issue-120
Add alternate_nick as a network-specific property
Diffstat (limited to 'src/irc/core/irc-chatnets.h')
-rw-r--r-- | src/irc/core/irc-chatnets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/core/irc-chatnets.h b/src/irc/core/irc-chatnets.h index 2bb10fa9..3fd44472 100644 --- a/src/irc/core/irc-chatnets.h +++ b/src/irc/core/irc-chatnets.h @@ -18,6 +18,7 @@ struct _IRC_CHATNET_REC { #include "chatnet-rec.h" char *usermode; + char *alternate_nick; char *sasl_mechanism; char *sasl_username; |