IRC/Services: Difference between revisions

From BlaatSchaap Wiki
Jump to navigationJump to search
Created page with " On BlaatIRC we offer Anope Services to register nicknames and channels. To register your nickname, type (replace password and emailaddress with your desired password and your email address)<syntaxhighlight lang="irc"> /MSG NickServ REGISTER password emailaddress </syntaxhighlight>Then after connecting to IRC, you can identify yourself with<syntaxhighlight lang="irc"> /MSG NickServ IDENTIFY password </syntaxhighlight>To register additional nicknames, change to the desir..."
 
add password to RECOVER
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
</syntaxhighlight>Then after connecting to IRC, you can identify yourself with<syntaxhighlight lang="irc">
</syntaxhighlight>Then after connecting to IRC, you can identify yourself with<syntaxhighlight lang="irc">
/MSG NickServ IDENTIFY password
/MSG NickServ IDENTIFY password
</syntaxhighlight>To register additional nicknames, change to the desired nickname and type<syntaxhighlight lang="irc">
</syntaxhighlight>Most IRC clients can do this automatically. Furthermore if your IRC clients supports SASL, that can be used instead, and doing so is preferred.
 
 
To register additional nicknames, change to the desired nickname and type<syntaxhighlight lang="irc">
/MSG NickServ GROUP
/MSG NickServ GROUP
</syntaxhighlight>To remove a nick from a group, change to that nick and type:<syntaxhighlight lang="irc">
</syntaxhighlight>To remove a nick from a group, change to that nick and type:<syntaxhighlight lang="irc">
/MSG NickServ UNGROUP
/MSG NickServ UNGROUP
</syntaxhighlight>If your connection got a PING timeout, and you connect with a different nickname, you can regain your nickname with (replacing nickname with the nick you with to recover)<syntaxhighlight lang="irc">
</syntaxhighlight>If your connection got a PING timeout, and you connect with a different nickname, you can regain your nickname with (replacing nickname with the nick you with to recover)<syntaxhighlight lang="irc">
/MSG NickServ RECOVER nickname
/MSG NickServ RECOVER nickname password
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 08:24, 30 March 2025

On BlaatIRC we offer Anope Services to register nicknames and channels.

To register your nickname, type (replace password and emailaddress with your desired password and your email address)

/MSG NickServ REGISTER password emailaddress

Then after connecting to IRC, you can identify yourself with

/MSG NickServ IDENTIFY password

Most IRC clients can do this automatically. Furthermore if your IRC clients supports SASL, that can be used instead, and doing so is preferred.


To register additional nicknames, change to the desired nickname and type

/MSG NickServ GROUP

To remove a nick from a group, change to that nick and type:

/MSG NickServ UNGROUP

If your connection got a PING timeout, and you connect with a different nickname, you can regain your nickname with (replacing nickname with the nick you with to recover)

/MSG NickServ RECOVER nickname password