diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-01-23 12:21:29 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-01-23 12:21:29 +0100 |
commit | 0f7150db19866315f03ae8f59049bd4e55e28281 (patch) | |
tree | 911df4dd6c9571f55be3eb5739ec2eb067cbed77 /doc/en/weechat_user.en.txt | |
parent | 498f2131a747acc1c0e48cfc5b4bd33c6fef4e31 (diff) | |
download | weechat-0f7150db19866315f03ae8f59049bd4e55e28281.zip |
relay: use protocol arguments for protocol "irc" only (arguments forbidden for protocol "weechat")
Diffstat (limited to 'doc/en/weechat_user.en.txt')
-rw-r--r-- | doc/en/weechat_user.en.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index c31bf58cf..65c2ac38d 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -1871,7 +1871,7 @@ For example: ---------------------------------------- /set relay.network.password "mypass" -/relay add weechat.* 9000 +/relay add weechat 9000 ---------------------------------------- Now you can connect on port 9000 with a remote interface (like QWeeChat), |