IRC/Clients: Difference between revisions

From BlaatSchaap Wiki
Jump to navigationJump to search
Initial page
 
Line 14: Line 14:


=== Services ===
=== Services ===
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 desired nickname and type<syntaxhighlight lang="irc">
/MSG NickServ GROUP
</syntaxhighlight>To remove a nick from a group, change to that nick and type:<syntaxhighlight lang="irc">
/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">
/MSG NickServ RECOVER nickname
</syntaxhighlight>

Revision as of 12:19, 28 March 2025

Clients

Desktop

  • HexChat
  • KVIrc
  • Quassel

Mobile

  • Goguma
  • IrisChat
  • Revolution IRC

Services

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

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