IRC: Difference between revisions

Jump to navigation Jump to search
29 bytes added ,  9 May 2014
Fix irssi '/network add' command
(Fix irssi '/network add' command)
Line 458: Line 458:
</pre>
</pre>
====Add Network/Server====
====Add Network/Server====
Replace <ident> and <pass> with your registered Mozilla IRC nick and password.
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 <ident> <pass>;wait 2000" Mozilla
/NETWORK ADD -nick <nick> -user <nick> -autosendcmd "/^msg nickserv <password>;wait 2000" Mozilla
</pre>
</pre>
====Add Channels (optional)====
====Add Channels (optional)====
Confirmed users
2

edits

Navigation menu