diff options
author | Alexander Færøy <ahf@irssi.org> | 2011-11-21 21:27:58 +0000 |
---|---|---|
committer | ahf <ahf@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2011-11-21 21:27:58 +0000 |
commit | 796134ffbd57eb47922bfa44a9823fae404ab522 (patch) | |
tree | 4d0d3175941b970e40f7a61e1fe46320885baf7d /docs/help | |
parent | 518b822db451a863b9496e985b10b88c50339582 (diff) | |
download | irssi-796134ffbd57eb47922bfa44a9823fae404ab522.zip |
Add -noautosendcmd to /SERVER and /CONNECT.
Passing this option will force Irssi to not execute the content of the
autosendcmd chatnet-setting upon connect.
Fixes: #738
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5209 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/help')
-rw-r--r-- | docs/help/in/connect.in | 1 | ||||
-rw-r--r-- | docs/help/in/server.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/help/in/connect.in b/docs/help/in/connect.in index b64da1c2..a00e383d 100644 --- a/docs/help/in/connect.in +++ b/docs/help/in/connect.in @@ -12,6 +12,7 @@ -ircnet: Same as -network. Deprecated. Do not use. -host: the host -!: don't autojoin channels + -noautosendcmd: don't execute autosendcmd -rawlog: immediately open rawlog after connected This command makes irssi to connect to specified server. diff --git a/docs/help/in/server.in b/docs/help/in/server.in index 174c7eb2..18d837bc 100644 --- a/docs/help/in/server.in +++ b/docs/help/in/server.in @@ -15,6 +15,7 @@ -ircnet: Same as -network. Deprecated. Do not use -host: Specify what host name to use, if you have multiple -!: don't autojoin channels + -noautosendcmd: don't execute autosendcmd -cmdspeed: Same as /SET cmd_queue_speed, see section 3.1 -cmdmax: Same as /SET cmds_max_at_once, see section 3.1 -port: Use this only to edit the port number of an existing server, |