Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 3.04 KB

services.md

File metadata and controls

30 lines (24 loc) · 3.04 KB

Home | Webchat | Rules | Modes and Extbans | Services | Servers

#Spigot IRC Services

The spi.gt network uses Atheme IRC services. Below is list of some useful commands. All commands should be sent to the specified services bot as a PRIVMSG. A full list of commands can be found in the Atheme Documentation.

##ChanServ ChanServ is responsible for maintaining control of a channel. You retain control of channels registered through ChanServ, even when you're offline.

Command Arguments Description
REGISTER <#channel> Registers a channel with ChanServ, granting protection and additional control.
FLAGS <#channel> [target] [flag] Allows one to modify flags on a user, e.g. granting someone automatic op (FLAGS #channel User AOP) when they join. ChanServ will apply these flags to users when they log in with their NickServ account.
QUIET <#channel> <target mask> Prevents anyone with the specified mask from talking in the channel if they aren't vocie (+) or higher.
SET <#channel> <setting> <parameter> Sets various flags on the channel.
SET FOUNDER <#channel> FOUNDER <nickname> Transfers ownership of the channel to another user.
RECOVER <#channel> Restores control of a channel if someone tries to take over.

##NickServ NickServ allows you to register a nickname and maintain control of it. Your nickname will expire if you are offline for 30 days, and control of any channels you have registered will be given to a successor or dropped. By default, if you log in with a registered nickname and do not identify within 30 seconds, your nickname will be changed.

Command Arguments Description
REGISTER <password> <email> Registers your current nick with NickServ under a new account by the same name. You will be sent a confirmation email and must enter a verification command to complete registration.
IDENTIFY [nickname] <password> Identify yourself to NickServ with your nickname (optional if you are currently using it) and password. Generally this should be part of an automatically run command list in your client if it supports it.
GHOST <nickname> [password] Forcibly disconnects a user using a nickname registered to your account. If you are logged in to your account currently, you are not required to supply a password.
GROUP Registers your current nickname to your NickServ account (assuming you are logged in).
UNGROUP [nickname] Unregisters the current nickname from your NickServ account (unless specified).
DROP <name> <password> Unregisters your account and all nicknames and channels associated with it.