diff options
author | Timo Sirainen <cras@irssi.org> | 1999-10-16 11:05:08 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 1999-10-16 11:05:08 +0000 |
commit | 42092bacbea5a9d8533b45633ce09023b276ab3d (patch) | |
tree | 8ae4f0f1aeda667e4a08418c3c5002c4a13bdf88 /COMMANDS | |
parent | 25098df8b684dff1031d758053f700ae730294eb (diff) | |
download | irssi-42092bacbea5a9d8533b45633ce09023b276ab3d.zip |
Released 0.7.17
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@47 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'COMMANDS')
-rw-r--r-- | COMMANDS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,15 +22,15 @@ ** Server handling -CONNECT <address>[:port[:password]] +CONNECT <address> [port [password [nick]]] - Connect to specified server + Connect to specified server, if there's no password set it to - DISCONNECT <* / tag> [message] Disconnect from server -SERVER <address>[:port[:password]] +SERVER <address> [port [password [nick]]] Disconnect from current server and connect to new one |