Confirmed users
2
edits
(Fix irssi '/network add' command) |
|||
| Line 458: | Line 458: | ||
</pre> | </pre> | ||
====Add Network/Server==== | ====Add Network/Server==== | ||
Replace < | Replace <nick> and <password> with your registered Mozilla IRC nickname and password. | ||
The following creates an autoconnect to irc.mozilla.org under the name Mozilla. | The following creates an autoconnect to irc.mozilla.org under the name Mozilla. | ||
<pre> | <pre> | ||
/SERVER ADD -ssl -auto -network Mozilla irc.mozilla.org 6697 | /SERVER ADD -ssl -auto -network Mozilla irc.mozilla.org 6697 | ||
/NETWORK ADD -autosendcmd "/^msg nickserv < | /NETWORK ADD -nick <nick> -user <nick> -autosendcmd "/^msg nickserv <password>;wait 2000" Mozilla | ||
</pre> | </pre> | ||
====Add Channels (optional)==== | ====Add Channels (optional)==== | ||