diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-06 22:52:50 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-06 22:52:50 +0200 |
commit | 4c6ba664c4e041a4295c7cb5ed77801a84fc7557 (patch) | |
tree | a4ee11c8fe86a29629e381c7c57423ad4c9f323a /docs/help | |
parent | 19b636e2a279f9226087741ebaeb6fb22ae5affb (diff) | |
download | irssi-4c6ba664c4e041a4295c7cb5ed77801a84fc7557.zip |
Updated SERVER documentation
Added the noautosendcmd parameters to the SERVER syntax documentation
Diffstat (limited to 'docs/help')
-rw-r--r-- | docs/help/in/server.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/help/in/server.in b/docs/help/in/server.in index 49b14245..9cd7c8bd 100644 --- a/docs/help/in/server.in +++ b/docs/help/in/server.in @@ -34,6 +34,7 @@ -port: Specifies the port to connect to the server. -noproxy: Ignores the global proxy configuration. -rawlog: Immediately open rawlog after connecting. + -noautosendcmd: Doesn't execute autosendcmd. The server, port and network to add, modify or remove; if no argument is given, the list of servers you are connected to will be returned. @@ -58,7 +59,7 @@ /SERVER +chat.freenode.net /SERVER CONNECT chat.freenode.net /SERVER CONNECT +chat.freenode.net - /SERVER ADD -network Freenode orwell.freenode.net + /SERVER ADD -network Freenode -noautosendcmd orwell.freenode.net /SERVER ADD -! -auto -host staff.irssi.org -port 6667 -4 -network Freenode -noproxy orwell.freenode.net /SERVER REMOVE -network Freenode orwell.freenode.net /SERVER PURGE |