From ee46dc71ab5fe607851bcc29f836d7f4a3d00a3e Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 4 Jun 2000 13:24:53 +0000 Subject: Updated /SERVER, /CHANNEL and /IGNORE in manual. /CHANNEL ADD works now better when modifying existing channel. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@289 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/manual.txt | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'docs/manual.txt') diff --git a/docs/manual.txt b/docs/manual.txt index 992046a7..f7f922d7 100644 --- a/docs/manual.txt +++ b/docs/manual.txt @@ -445,6 +445,9 @@ /SERVER -add -port 6668 irc.server.org 6667 + If you want to remove some settings from existing server, for + example hostname, just give -host "" parameters to it. + After connected to server, Irssi can automatically change your user mode. You can set it with /SET usermode , default is +i. @@ -607,7 +610,7 @@ IRC networks. It can also automatically send the password when manually joining to channel without specifying the password. - /CHANNEL ADD [-auto] [-bots ] [-botcmd ] + /CHANNEL ADD [-auto | -noauto] [-bots ] [-botcmd ] [] With -bots and -botcmd arguments you can automatically send @@ -620,6 +623,10 @@ You can also use the -botcmd without -bots argument. The command is then sent whenever you join the channel. + If you want to remove some settings from existing channel record, + for example bots, just give the -bots "" parameters to it. Password + can be removed by setting it to - (or actually, "" works too). + You can remove the channels with /CHANNEL REMOVE @@ -863,12 +870,16 @@ Irssi's ignoring options should be enough for everyone :) - /IGNORE [-regexp | -word] [-pattern ] [-except] + /IGNORE [-regexp | -word] [-pattern ] [-replies] [-except] [-channels ] <^levels> -regexp: is a regular expression -word: must match to full words -pattern: must match to the message's text + -replies: Ignore replies to nick in channels. For example + "/IGNORE -replies *!*@*.fi PUBLIC" ignores everyone + from Finland, but also anyone sending message + "tofinnishnick: blahblah". -except: *DON'T* ignore -channels: Ignore only in channels : Either a nick mask or list of channels -- cgit v1.2.3