mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
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
This commit is contained in:
parent
518b822db4
commit
796134ffbd
7 changed files with 14 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue