Edit History Actions Discussion

Diff for "Howto/Register_Nickname"

Differences between revisions 2 and 9 (spanning 7 versions)
Revision 2 as of 2006-11-23 13:13:21
Size: 1001
Comment:
Revision 9 as of 2007-11-21 15:45:01
Size: 1892
Comment: sections, irssi notes, bit of cleanup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
=== Register to the Nickserv on Shellsnet ===
You have to be connected to shellsnet. If you don't know how see Howto/IRC. Now you have to register to the Nickserv.
|| /msg NickServ@services.shellsnet.org REGISTER <password> [email] ||
It is not allowed to pick a password wich is less than 5 characters long. Beware that your password is case sensitive, which means foolish, FOOLISH or fooLish would be three different passwords.
= Register with Nickserv on Allshells =
Line 6: Line 3:
The NickServ will confirm your input and send your an email with a passcode to confirm your registration.
To confirm you need to enter:
|| /msg NickServ@services.shellsnet.org CONFIRM <passcode> ||
For more information type:
|| /msg NickServ@services.shellsnet.org HELP REGISTER ||
or visit [http://www.shellsnet.org/tikiwiki/tiki-index.php?page=SN+Services shellsnet.org].
Now you have to identify yourself eachtime you connect to shellsnet. To identify use this command:
|| /msg NickServ@services.shellsnet.org IDENTIFY <password> ||
== Register ==

Start by connecting to IRC, and make sure you are on the right IRC network (irc.allshells.net). If you don't know how to do this see ["Info/IRC"].

Change your nickname to the one you want to use in the future, the nickname you want to register. You can change nickname with this command: `/nick <nickname>`.

To register with NickServ use this command: (replace <password> with your desired password, and optionally enter an email adress to be able to recover your password at a later time)
{{{/msg NickServ REGISTER <password> [email]
}}}

To get some additional help, type:
{{{/msg NickServ HELP REGISTER
}}}

It is not allowed to pick a password wich is less than 5 characters long. Beware that your password is case sensitive (which means foolish, FOOLISH or fooLish would be three different passwords.)

Now you have registered your nick with NickServ, and what's more, you are also already identified.

== Identify ==

You will have to identify with NickServ every time you connect to IRC. You do this by issuing the following command:

{{{/msg NickServ IDENTIFY <password>
}}}

== Irssi ==

You can create an alias in irssi so you won't have to type as much:
{{{/alias NS /msg nickserv
}}}

To use this alias type:
{{{/NS {IDENTIFY,REGISTER,HELP,or any other nickserv command}
}}}

You can also make irssi automatically identify with NickServ each time you connect by issuing a command like:
{{{/NETWORK ADD -autosendcmd "/^msg nickserv ident <password>;wait 2000" Allshells
}}}

You have to have a network named Allshells and use that network name to connect for this to work (ie `/connect Allshells` instead of `/connect irc.allshells.net`.)

Have fun! And don't forget to join #blinkenshell and say hello to independence ;-)
{{{/join #blinkenshell
}}}
Line 15: Line 49:
CategoryHowto  . CategoryHowto

Register with Nickserv on Allshells

Register

Start by connecting to IRC, and make sure you are on the right IRC network (irc.allshells.net). If you don't know how to do this see ["Info/IRC"].

Change your nickname to the one you want to use in the future, the nickname you want to register. You can change nickname with this command: /nick <nickname>.

To register with NickServ use this command: (replace <password> with your desired password, and optionally enter an email adress to be able to recover your password at a later time) {{{/msg NickServ REGISTER <password> [email] }}}

To get some additional help, type: {{{/msg NickServ HELP REGISTER }}}

It is not allowed to pick a password wich is less than 5 characters long. Beware that your password is case sensitive (which means foolish, FOOLISH or fooLish would be three different passwords.)

Now you have registered your nick with NickServ, and what's more, you are also already identified.

Identify

You will have to identify with NickServ every time you connect to IRC. You do this by issuing the following command:

{{{/msg NickServ IDENTIFY <password> }}}

Irssi

You can create an alias in irssi so you won't have to type as much: {{{/alias NS /msg nickserv }}}

To use this alias type: {{{/NS {IDENTIFY,REGISTER,HELP,or any other nickserv command} }}}

You can also make irssi automatically identify with NickServ each time you connect by issuing a command like: {{{/NETWORK ADD -autosendcmd "/^msg nickserv ident <password>;wait 2000" Allshells }}}

You have to have a network named Allshells and use that network name to connect for this to work (ie /connect Allshells instead of /connect irc.allshells.net.)

Have fun! And don't forget to join #blinkenshell and say hello to independence ;-) {{{/join #blinkenshell }}}