Merged with Irssi CVS.
[silc.git] / apps / irssi / docs / manual.txt
index 2956e18e1b23d82e67a756f7fcdb2801d471b9da..7f9b23921264c925bef3f427bb8462ac5e79ef42 100644 (file)
        after connecting to ircnet. This is useful for automatically 
        identifying yourself to NickServ, for example
 
-       /IRCNET ADD -autosendcmd "/msg NickServ identify secret" OPN
+       /IRCNET ADD -autosendcmd "/msg NickServ identify secret" freenode
 
        /IRCNET REMOVE <name>
 
            -regexp: <text> is a regular expression
            -word: <text> must match to full words
            -nick: Hilight only the nick, not the whole line
-           -color: Print the reply with <color> - see below
+           -color: Print the reply with <color>. color is in %code format
+                   (see docs/formats.txt)
            -level: Match only for <level> messages, default is
                    publics,msgs,notices,actions
            -channels: Match only in <channels>
 
        /HILIGHT without any arguments displays list of the hilights.
 
-       By default the highlighted line will be printed with white color.
-       You can change this with the -color argument. If <color> is a
+If <color> is a
        number, Irssi will treat it as a MIRC color code. You can also use
        bolds (^B), underlines (^_) etc. as <color> if you like.