Edit History Actions Discussion

Diff for "Howto/Register_Nickname"

Differences between revisions 3 and 17 (spanning 14 versions)
Revision 3 as of 2006-12-18 18:51:05
Size: 983
Editor: p54995DAE
Comment:
Revision 17 as of 2023-11-28 19:02:52
Size: 2013
Editor: independence
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
=== Register to the Nickserv on SystemShell ===
You have to be connected to irc.systemshell.net. If you don't know how see Howto/IRC. Now you have to register to the Nickserv.
|| /msg NickServ 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 BlinkenIRC =
Line 6: Line 3:
Now you have registered your nick to the NickServ and what's more you are also already identified. == Register ==
Line 8: Line 5:
For more information type:
|| /msg NickServ HELP REGISTER ||
Now you have to identify yourself eachtime you connect to irc.systemshell.net. To identify use this command:
|| /msg NickServ IDENTIFY <password> ||
You now may want to play around with NickServ. Feel free an try some commands like
|| /msg NickServ HELP ||
Have fun!
And don't forget to join #blinkenshell and say hello to independence ;)
|| /join #blinkenshell ||
Start by connecting to IRC, and make sure you are on the right IRC network (irc.blinkenshell.org). 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> and <email> with your desired password and a working email address)
{{{
/msg NickServ REGISTER <password> <email>
}}}

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

The password has to be at least 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 manually issuing the following command or use [[Info/IRC/SASL|SASL]]:

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

== Irssi ==

The preferred method is to use [[Info/IRC/SASL|SASL]] to authenticate at the same time as connecting to the IRC network.

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 identify <password>;wait 2000" BlinkenIRC
}}}

You have to have a network named BlinkenIRC and use that network name to connect for this to work (ie `/connect BlinkenIRC` instead of `/connect irc.blinkenshell.org`.)

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

Register with Nickserv on BlinkenIRC

Register

Start by connecting to IRC, and make sure you are on the right IRC network (irc.blinkenshell.org). 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> and <email> with your desired password and a working email address)

/msg NickServ REGISTER <password> <email>

To get some additional help, type:

/msg NickServ HELP REGISTER

The password has to be at least 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 manually issuing the following command or use SASL:

/msg NickServ IDENTIFY <password>

Irssi

The preferred method is to use SASL to authenticate at the same time as connecting to the IRC network.

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 identify <password>;wait 2000" BlinkenIRC

You have to have a network named BlinkenIRC and use that network name to connect for this to work (ie /connect BlinkenIRC instead of /connect irc.blinkenshell.org.)

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

/join #blinkenshell