Confirmed users
2
edits
(Fix irssi '/network add' command) |
m (→Add Network/Server: oops, forgot a word) |
||
| Line 462: | Line 462: | ||
<pre> | <pre> | ||
/SERVER ADD -ssl -auto -network Mozilla irc.mozilla.org 6697 | /SERVER ADD -ssl -auto -network Mozilla irc.mozilla.org 6697 | ||
/NETWORK ADD -nick <nick> -user <nick> -autosendcmd "/^msg nickserv <password>;wait 2000" Mozilla | /NETWORK ADD -nick <nick> -user <nick> -autosendcmd "/^msg nickserv identify <password>;wait 2000" Mozilla | ||
</pre> | </pre> | ||
====Add Channels (optional)==== | ====Add Channels (optional)==== | ||
Replace <nowiki>#channel</nowiki> with the channel you'd like to add. <pass> is an optional field, used when an IRC channel requires a password. | Replace <nowiki>#channel</nowiki> with the channel you'd like to add. <pass> is an optional field, used when an IRC channel requires a password. | ||