From cf75515274e9d20c48a2d40300981e7f2c5a0726 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 15 Jun 2000 20:56:58 +0000 Subject: You can specify command(s) to be sent automatically to server after connected with /IRCNET -autosendcmd. Useful for IRC networks with NickServ. Patch by Ability to send a command automatically to server IRC network git-svn-id: http://svn.irssi.org/repos/irssi/trunk@354 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/manual.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/manual.txt') diff --git a/docs/manual.txt b/docs/manual.txt index 1134f539..da5a4f9c 100644 --- a/docs/manual.txt +++ b/docs/manual.txt @@ -363,7 +363,7 @@ /IRCNET ADD [-kicks ] [-msgs ] [-modes ] [-whois ] [-cmdspeed ] [-cmdmax ] [-nick ] [-user ] [-realname ] - [-host ] + [-host ] [-autosendcmd ] -kicks: Maximum number of nicks in one /KICK command -msgs: Maximum number of nicks in one /MSG command @@ -373,6 +373,13 @@ -cmdmax: Same as /SET cmd_max_at_once, see section 3.1 -nick, -user, -realname: Specify what nick/user/name to use -host: Specify what host name to use, if you have multiple + -autosendcmd: Command to send after connecting to a server + + With -autosendcmd argument you can automatically run any commands + after connecting to ircnet. This is useful for automatically + identifying yourself to NickServ, for example + + /IRCNET ADD -autosendcmd "/msg NickServ identify secret" OPN /IRCNET REMOVE -- cgit v1.2.3