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 /docs | |
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 'docs')
-rw-r--r-- | docs/help/in/network.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/help/in/network.in b/docs/help/in/network.in index 4c2eeed4..fbdaa0b4 100644 --- a/docs/help/in/network.in +++ b/docs/help/in/network.in @@ -11,6 +11,7 @@ REMOVE: Removes a network from your configuration. -nick: Specifies the nickname to use. + -alternate_nick Specifies the alternate nickname to use. -user: Specifies the user identity to use. -realname: Specifies the real name to use. -host: Specifies the hostname to use. |