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 NickServ support in clients |
||
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"> |
Revision as of 16:01, 28 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