mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
You can specify command(s) to be sent automatically to server after
connected with /IRCNET -autosendcmd. Useful for IRC networks with NickServ. Patch by <Tommi.Komulainen@iki.fi> 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
This commit is contained in:
parent
91396de740
commit
cf75515274
4 changed files with 35 additions and 5 deletions
|
|
@ -363,7 +363,7 @@
|
|||
/IRCNET ADD [-kicks <count>] [-msgs <count>] [-modes <count>]
|
||||
[-whois <count>] [-cmdspeed <ms>] [-cmdmax <count>]
|
||||
[-nick <nick>] [-user <user>] [-realname <name>]
|
||||
[-host <host>] <name>
|
||||
[-host <host>] [-autosendcmd <cmd>] <name>
|
||||
|
||||
-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 <name>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue