Changes

Jump to: navigation, search

IRC

785 bytes added, 23:43, 2 August 2013
On the server
## Start your irssi session:
screen irssi
</pre>
====Add Network/Server====
Replace <ident> and <pass> with your registered Mozilla IRC nick and password.
The following creates an autoconnect to irc.mozilla.org under the name Mozilla.
<pre>
/SERVER ADD -ssl -auto -network Mozilla irc.mozilla.org 6697
/NETWORK ADD -autosendcmd "/^msg nickserv <ident> <pass>;wait 2000" Mozilla
</pre>
====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.
<pre>
/CHANNEL ADD -auto #channel Mozilla <pass>
</pre>
...repeat till satisfied!
====Good practices====
<pre>
/HILIGHT <nick>
</pre>
'''more soon'''
===References===
* [http://www.irssi.org/documentation/startup Irssi Startup HOWTO]
* [http://quadpoint.org/articles/irssi/ Irssi Basics]
Confirm
194
edits

Navigation menu