1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:24:49 +02:00

Remove trailing semicolons from the config file.

This commit is contained in:
Sadie Powell
2026-02-14 15:41:54 +00:00
parent 5aeb078391
commit 5aa71469e1
8 changed files with 288 additions and 288 deletions
+73 -73
View File
@@ -148,7 +148,7 @@ module
*/ */
/* Give it a help command. */ /* Give it a help command. */
command { service = "BotServ"; name = "HELP"; command = "generic/help"; } command { service = "BotServ"; name = "HELP"; command = "generic/help" }
/* /*
* bs_assign * bs_assign
@@ -161,9 +161,9 @@ command { service = "BotServ"; name = "HELP"; command = "generic/help"; }
* Used for assigning and unassigning bots to channels. * Used for assigning and unassigning bots to channels.
*/ */
module { name = "bs_assign" } module { name = "bs_assign" }
command { service = "BotServ"; name = "ASSIGN"; command = "botserv/assign"; } command { service = "BotServ"; name = "ASSIGN"; command = "botserv/assign" }
command { service = "BotServ"; name = "UNASSIGN"; command = "botserv/unassign"; } command { service = "BotServ"; name = "UNASSIGN"; command = "botserv/unassign" }
command { service = "BotServ"; name = "SET NOBOT"; command = "botserv/set/nobot"; permission = "botserv/set/nobot"; } command { service = "BotServ"; name = "SET NOBOT"; command = "botserv/set/nobot"; permission = "botserv/set/nobot" }
/* /*
* bs_autoassign * bs_autoassign
@@ -203,7 +203,7 @@ module
*/ */
#casesensitive = yes #casesensitive = yes
} }
command { service = "BotServ"; name = "BADWORDS"; command = "botserv/badwords"; } command { service = "BotServ"; name = "BADWORDS"; command = "botserv/badwords" }
/* /*
* bs_bot * bs_bot
@@ -213,7 +213,7 @@ command { service = "BotServ"; name = "BADWORDS"; command = "botserv/badwords";
* Used for administrating BotServ bots. * Used for administrating BotServ bots.
*/ */
module { name = "bs_bot" } module { name = "bs_bot" }
command { service = "BotServ"; name = "BOT"; command = "botserv/bot"; permission = "botserv/bot"; } command { service = "BotServ"; name = "BOT"; command = "botserv/bot"; permission = "botserv/bot" }
/* /*
* bs_botlist * bs_botlist
@@ -223,7 +223,7 @@ command { service = "BotServ"; name = "BOT"; command = "botserv/bot"; permission
* Used for listing all available bots. * Used for listing all available bots.
*/ */
module { name = "bs_botlist" } module { name = "bs_botlist" }
command { service = "BotServ"; name = "BOTLIST"; command = "botserv/botlist"; } command { service = "BotServ"; name = "BOTLIST"; command = "botserv/botlist" }
/* /*
* bs_control * bs_control
@@ -233,8 +233,8 @@ command { service = "BotServ"; name = "BOTLIST"; command = "botserv/botlist"; }
* Used for making the bot message a channel. * Used for making the bot message a channel.
*/ */
module { name = "bs_control" } module { name = "bs_control" }
command { service = "BotServ"; name = "ACT"; command = "botserv/act"; } command { service = "BotServ"; name = "ACT"; command = "botserv/act" }
command { service = "BotServ"; name = "SAY"; command = "botserv/say"; } command { service = "BotServ"; name = "SAY"; command = "botserv/say" }
/* /*
* bs_info * bs_info
@@ -244,7 +244,7 @@ command { service = "BotServ"; name = "SAY"; command = "botserv/say"; }
* Used for getting information on bots or channels. * Used for getting information on bots or channels.
*/ */
module { name = "bs_info" } module { name = "bs_info" }
command { service = "BotServ"; name = "INFO"; command = "botserv/info"; } command { service = "BotServ"; name = "INFO"; command = "botserv/info" }
/* /*
* bs_kick * bs_kick
@@ -285,19 +285,19 @@ module
*/ */
gentlebadwordreason = yes gentlebadwordreason = yes
} }
command { service = "BotServ"; name = "KICK"; command = "botserv/kick"; } command { service = "BotServ"; name = "KICK"; command = "botserv/kick" }
command { service = "BotServ"; name = "KICK AMSG"; command = "botserv/kick/amsg"; } command { service = "BotServ"; name = "KICK AMSG"; command = "botserv/kick/amsg" }
command { service = "BotServ"; name = "KICK BADWORDS"; command = "botserv/kick/badwords"; } command { service = "BotServ"; name = "KICK BADWORDS"; command = "botserv/kick/badwords" }
command { service = "BotServ"; name = "KICK BOLDS"; command = "botserv/kick/bolds"; } command { service = "BotServ"; name = "KICK BOLDS"; command = "botserv/kick/bolds" }
command { service = "BotServ"; name = "KICK CAPS"; command = "botserv/kick/caps"; } command { service = "BotServ"; name = "KICK CAPS"; command = "botserv/kick/caps" }
command { service = "BotServ"; name = "KICK COLORS"; command = "botserv/kick/colors"; } command { service = "BotServ"; name = "KICK COLORS"; command = "botserv/kick/colors" }
command { service = "BotServ"; name = "KICK FLOOD"; command = "botserv/kick/flood"; } command { service = "BotServ"; name = "KICK FLOOD"; command = "botserv/kick/flood" }
command { service = "BotServ"; name = "KICK ITALICS"; command = "botserv/kick/italics"; } command { service = "BotServ"; name = "KICK ITALICS"; command = "botserv/kick/italics" }
command { service = "BotServ"; name = "KICK REPEAT"; command = "botserv/kick/repeat"; } command { service = "BotServ"; name = "KICK REPEAT"; command = "botserv/kick/repeat" }
command { service = "BotServ"; name = "KICK REVERSES"; command = "botserv/kick/reverses"; } command { service = "BotServ"; name = "KICK REVERSES"; command = "botserv/kick/reverses" }
command { service = "BotServ"; name = "KICK UNDERLINES"; command = "botserv/kick/underlines"; } command { service = "BotServ"; name = "KICK UNDERLINES"; command = "botserv/kick/underlines" }
command { service = "BotServ"; name = "SET DONTKICKOPS"; command = "botserv/set/dontkickops"; } command { service = "BotServ"; name = "SET DONTKICKOPS"; command = "botserv/set/dontkickops" }
command { service = "BotServ"; name = "SET DONTKICKVOICES"; command = "botserv/set/dontkickvoices"; } command { service = "BotServ"; name = "SET DONTKICKVOICES"; command = "botserv/set/dontkickvoices" }
/* /*
* bs_set * bs_set
@@ -306,9 +306,9 @@ command { service = "BotServ"; name = "SET DONTKICKVOICES"; command = "botserv/s
* botserv/set/private - Used to prohibit specific BotServ bots from being assigned to channels. * botserv/set/private - Used to prohibit specific BotServ bots from being assigned to channels.
*/ */
module { name = "bs_set" } module { name = "bs_set" }
command { service = "BotServ"; name = "SET"; command = "botserv/set"; } command { service = "BotServ"; name = "SET"; command = "botserv/set" }
command { service = "BotServ"; name = "SET BANEXPIRE"; command = "botserv/set/banexpire"; } command { service = "BotServ"; name = "SET BANEXPIRE"; command = "botserv/set/banexpire" }
command { service = "BotServ"; name = "SET PRIVATE"; command = "botserv/set/private"; permission = "botserv/set/private"; } command { service = "BotServ"; name = "SET PRIVATE"; command = "botserv/set/private"; permission = "botserv/set/private" }
/* /*
* greet * greet
@@ -318,9 +318,9 @@ command { service = "BotServ"; name = "SET PRIVATE"; command = "botserv/set/priv
* nickserv/set/greet, nickserv/saset/greet - Used for changing a users greet message, which is displayed when they enter channels. * nickserv/set/greet, nickserv/saset/greet - Used for changing a users greet message, which is displayed when they enter channels.
*/ */
module { name = "greet" } module { name = "greet" }
command { service = "BotServ"; name = "SET GREET"; command = "botserv/set/greet"; } command { service = "BotServ"; name = "SET GREET"; command = "botserv/set/greet" }
command { service = "NickServ"; name = "SET GREET"; command = "nickserv/set/greet"; } command { service = "NickServ"; name = "SET GREET"; command = "nickserv/set/greet" }
command { service = "NickServ"; name = "SASET GREET"; command = "nickserv/saset/greet"; permission = "nickserv/saset/greet"; } command { service = "NickServ"; name = "SASET GREET"; command = "nickserv/saset/greet"; permission = "nickserv/saset/greet" }
/* /*
* GREET privilege. * GREET privilege.
@@ -360,7 +360,7 @@ module
*/ */
#prefix = "! ?" #prefix = "! ?"
} }
command { service = "BotServ"; name = "SET FANTASY"; command = "botserv/set/fantasy"; } command { service = "BotServ"; name = "SET FANTASY"; command = "botserv/set/fantasy" }
/* /*
* Fantasy commands * Fantasy commands
@@ -372,46 +372,46 @@ command { service = "BotServ"; name = "SET FANTASY"; command = "botserv/set/fant
* Sane defaults are provided below that do not need to be edited unless you * Sane defaults are provided below that do not need to be edited unless you
* wish to change the default behavior. * wish to change the default behavior.
*/ */
fantasy { name = "ACCESS"; command = "chanserv/access"; } fantasy { name = "ACCESS"; command = "chanserv/access" }
fantasy { name = "AKICK"; command = "chanserv/akick"; } fantasy { name = "AKICK"; command = "chanserv/akick" }
fantasy { name = "AOP"; command = "chanserv/xop"; } fantasy { name = "AOP"; command = "chanserv/xop" }
fantasy { name = "BAN"; command = "chanserv/ban"; } fantasy { name = "BAN"; command = "chanserv/ban" }
fantasy { name = "CLONE"; command = "chanserv/clone"; } fantasy { name = "CLONE"; command = "chanserv/clone" }
fantasy { name = "DEHALFOP"; command = "chanserv/modes"; } fantasy { name = "DEHALFOP"; command = "chanserv/modes" }
fantasy { name = "DEOP"; command = "chanserv/modes"; } fantasy { name = "DEOP"; command = "chanserv/modes" }
fantasy { name = "DEOWNER"; command = "chanserv/modes"; } fantasy { name = "DEOWNER"; command = "chanserv/modes" }
fantasy { name = "DEPROTECT"; command = "chanserv/modes"; } fantasy { name = "DEPROTECT"; command = "chanserv/modes" }
fantasy { name = "DEVOICE"; command = "chanserv/modes"; } fantasy { name = "DEVOICE"; command = "chanserv/modes" }
fantasy { name = "DOWN"; command = "chanserv/down"; } fantasy { name = "DOWN"; command = "chanserv/down" }
fantasy { name = "ENFORCE"; command = "chanserv/enforce"; } fantasy { name = "ENFORCE"; command = "chanserv/enforce" }
fantasy { name = "ENTRYMSG"; command = "chanserv/entrymsg"; } fantasy { name = "ENTRYMSG"; command = "chanserv/entrymsg" }
fantasy { name = "FLAGS"; command = "chanserv/flags"; } fantasy { name = "FLAGS"; command = "chanserv/flags" }
fantasy { name = "HALFOP"; command = "chanserv/modes"; } fantasy { name = "HALFOP"; command = "chanserv/modes" }
fantasy { name = "HELP"; command = "generic/help"; prepend_channel = no; require_privilege = no; } fantasy { name = "HELP"; command = "generic/help"; prepend_channel = no; require_privilege = no }
fantasy { name = "HOP"; command = "chanserv/xop"; } fantasy { name = "HOP"; command = "chanserv/xop" }
fantasy { name = "INFO"; command = "chanserv/info"; prepend_channel = no; } fantasy { name = "INFO"; command = "chanserv/info"; prepend_channel = no }
fantasy { name = "INVITE"; command = "chanserv/invite"; } fantasy { name = "INVITE"; command = "chanserv/invite" }
fantasy { name = "K"; command = "chanserv/kick"; } fantasy { name = "K"; command = "chanserv/kick" }
fantasy { name = "KB"; command = "chanserv/ban"; } fantasy { name = "KB"; command = "chanserv/ban" }
fantasy { name = "KICK"; command = "chanserv/kick"; } fantasy { name = "KICK"; command = "chanserv/kick" }
fantasy { name = "LEVELS"; command = "chanserv/levels"; } fantasy { name = "LEVELS"; command = "chanserv/levels" }
fantasy { name = "LIST"; command = "chanserv/list"; prepend_channel = no; } fantasy { name = "LIST"; command = "chanserv/list"; prepend_channel = no }
fantasy { name = "LOG"; command = "chanserv/log"; } fantasy { name = "LOG"; command = "chanserv/log" }
fantasy { name = "MODE"; command = "chanserv/mode"; } fantasy { name = "MODE"; command = "chanserv/mode" }
fantasy { name = "MUTE"; command = "chanserv/ban"; kick = no; mode = "QUIET"; } fantasy { name = "MUTE"; command = "chanserv/ban"; kick = no; mode = "QUIET" }
fantasy { name = "OP"; command = "chanserv/modes"; } fantasy { name = "OP"; command = "chanserv/modes" }
fantasy { name = "OWNER"; command = "chanserv/modes"; } fantasy { name = "OWNER"; command = "chanserv/modes" }
fantasy { name = "PROTECT"; command = "chanserv/modes"; } fantasy { name = "PROTECT"; command = "chanserv/modes" }
fantasy { name = "QOP"; command = "chanserv/xop"; } fantasy { name = "QOP"; command = "chanserv/xop" }
fantasy { name = "SEEN"; command = "chanserv/seen"; prepend_channel = no; } fantasy { name = "SEEN"; command = "chanserv/seen"; prepend_channel = no }
fantasy { name = "SOP"; command = "chanserv/xop"; } fantasy { name = "SOP"; command = "chanserv/xop" }
fantasy { name = "STATUS"; command = "chanserv/status"; } fantasy { name = "STATUS"; command = "chanserv/status" }
fantasy { name = "SUSPEND"; command = "chanserv/suspend"; permission = "chanserv/suspend"; } fantasy { name = "SUSPEND"; command = "chanserv/suspend"; permission = "chanserv/suspend" }
fantasy { name = "SYNC"; command = "chanserv/sync"; } fantasy { name = "SYNC"; command = "chanserv/sync" }
fantasy { name = "TOPIC"; command = "chanserv/topic"; } fantasy { name = "TOPIC"; command = "chanserv/topic" }
fantasy { name = "UNBAN"; command = "chanserv/unban"; } fantasy { name = "UNBAN"; command = "chanserv/unban" }
fantasy { name = "UNMUTE"; command = "chanserv/unban"; mode = "QUIET"; } fantasy { name = "UNMUTE"; command = "chanserv/unban"; mode = "QUIET" }
fantasy { name = "UNSUSPEND"; command = "chanserv/unsuspend"; permission = "chanserv/suspend"; } fantasy { name = "UNSUSPEND"; command = "chanserv/unsuspend"; permission = "chanserv/suspend" }
fantasy { name = "UP"; command = "chanserv/up"; } fantasy { name = "UP"; command = "chanserv/up" }
fantasy { name = "VOICE"; command = "chanserv/modes"; } fantasy { name = "VOICE"; command = "chanserv/modes" }
fantasy { name = "VOP"; command = "chanserv/xop"; } fantasy { name = "VOP"; command = "chanserv/xop" }
+52 -52
View File
@@ -897,7 +897,7 @@ command_group
} }
/* Give it a help command. */ /* Give it a help command. */
command { service = "ChanServ"; name = "HELP"; command = "generic/help"; } command { service = "ChanServ"; name = "HELP"; command = "generic/help" }
/* /*
* cs_access * cs_access
@@ -913,8 +913,8 @@ command { service = "ChanServ"; name = "HELP"; command = "generic/help"; }
* entry by the other access system, which could be an XOP command name, or a set of flags. * entry by the other access system, which could be an XOP command name, or a set of flags.
*/ */
module { name = "cs_access" } module { name = "cs_access" }
command { service = "ChanServ"; name = "ACCESS"; command = "chanserv/access"; group = "chanserv/access"; } command { service = "ChanServ"; name = "ACCESS"; command = "chanserv/access"; group = "chanserv/access" }
command { service = "ChanServ"; name = "LEVELS"; command = "chanserv/levels"; group = "chanserv/access"; } command { service = "ChanServ"; name = "LEVELS"; command = "chanserv/levels"; group = "chanserv/access" }
/* /*
* cs_akick * cs_akick
@@ -937,7 +937,7 @@ module
*/ */
autokickreason = "User has been banned from the channel" autokickreason = "User has been banned from the channel"
} }
command { service = "ChanServ"; name = "AKICK"; command = "chanserv/akick"; group = "chanserv/management"; } command { service = "ChanServ"; name = "AKICK"; command = "chanserv/akick"; group = "chanserv/management" }
/* /*
* cs_ban * cs_ban
@@ -953,7 +953,7 @@ command { service = "ChanServ"; name = "AKICK"; command = "chanserv/akick"; grou
* Used for banning users from channels. * Used for banning users from channels.
*/ */
module { name = "cs_ban" } module { name = "cs_ban" }
command { service = "ChanServ"; name = "BAN"; command = "chanserv/ban"; group = "chanserv/management"; } command { service = "ChanServ"; name = "BAN"; command = "chanserv/ban"; group = "chanserv/management" }
/* /*
* cs_clone * cs_clone
@@ -963,7 +963,7 @@ command { service = "ChanServ"; name = "BAN"; command = "chanserv/ban"; group =
* Used for copying channel settings from one channel to another. * Used for copying channel settings from one channel to another.
*/ */
module { name = "cs_clone" } module { name = "cs_clone" }
command { service = "ChanServ"; name = "CLONE"; command = "chanserv/clone"; group = "chanserv/management"; } command { service = "ChanServ"; name = "CLONE"; command = "chanserv/clone"; group = "chanserv/management" }
/* /*
* cs_drop * cs_drop
@@ -973,7 +973,7 @@ command { service = "ChanServ"; name = "CLONE"; command = "chanserv/clone"; grou
* Used for unregistering channels. * Used for unregistering channels.
*/ */
module { name = "cs_drop" } module { name = "cs_drop" }
command { service = "ChanServ"; name = "DROP"; command = "chanserv/drop"; } command { service = "ChanServ"; name = "DROP"; command = "chanserv/drop" }
/* /*
* cs_enforce * cs_enforce
@@ -983,7 +983,7 @@ command { service = "ChanServ"; name = "DROP"; command = "chanserv/drop"; }
* Used to enforce various channel settings such as secureops and restricted. * Used to enforce various channel settings such as secureops and restricted.
*/ */
module { name = "cs_enforce" } module { name = "cs_enforce" }
command { service = "ChanServ"; name = "ENFORCE"; command = "chanserv/enforce"; group = "chanserv/management"; } command { service = "ChanServ"; name = "ENFORCE"; command = "chanserv/enforce"; group = "chanserv/management" }
/* /*
* cs_entrymsg * cs_entrymsg
@@ -1011,7 +1011,7 @@ module
*/ */
#timestamp = no #timestamp = no
} }
command { service = "ChanServ"; name = "ENTRYMSG"; command = "chanserv/entrymsg"; group = "chanserv/management"; } command { service = "ChanServ"; name = "ENTRYMSG"; command = "chanserv/entrymsg"; group = "chanserv/management" }
/* /*
* cs_flags * cs_flags
@@ -1026,7 +1026,7 @@ command { service = "ChanServ"; name = "ENTRYMSG"; command = "chanserv/entrymsg"
* privilege set granted by the access entry. * privilege set granted by the access entry.
*/ */
module { name = "cs_flags" } module { name = "cs_flags" }
command { service = "ChanServ"; name = "FLAGS"; command = "chanserv/flags"; group = "chanserv/access"; } command { service = "ChanServ"; name = "FLAGS"; command = "chanserv/flags"; group = "chanserv/access" }
/* /*
* cs_getkey * cs_getkey
@@ -1036,7 +1036,7 @@ command { service = "ChanServ"; name = "FLAGS"; command = "chanserv/flags"; grou
* Used for getting the key for channels. * Used for getting the key for channels.
*/ */
module { name = "cs_getkey" } module { name = "cs_getkey" }
command { service = "ChanServ"; name = "GETKEY"; command = "chanserv/getkey"; } command { service = "ChanServ"; name = "GETKEY"; command = "chanserv/getkey" }
/* /*
* cs_info * cs_info
@@ -1046,7 +1046,7 @@ command { service = "ChanServ"; name = "GETKEY"; command = "chanserv/getkey"; }
* Used for getting information about channels. * Used for getting information about channels.
*/ */
module { name = "cs_info" } module { name = "cs_info" }
command { service = "ChanServ"; name = "INFO"; command = "chanserv/info"; } command { service = "ChanServ"; name = "INFO"; command = "chanserv/info" }
/* /*
* cs_invite * cs_invite
@@ -1056,7 +1056,7 @@ command { service = "ChanServ"; name = "INFO"; command = "chanserv/info"; }
* Used for inviting yourself in to channels. * Used for inviting yourself in to channels.
*/ */
module { name = "cs_invite" } module { name = "cs_invite" }
command { service = "ChanServ"; name = "INVITE"; command = "chanserv/invite"; } command { service = "ChanServ"; name = "INVITE"; command = "chanserv/invite" }
/* /*
* cs_kick * cs_kick
@@ -1066,7 +1066,7 @@ command { service = "ChanServ"; name = "INVITE"; command = "chanserv/invite"; }
* Used for kicking users from channels. * Used for kicking users from channels.
*/ */
module { name = "cs_kick" } module { name = "cs_kick" }
command { service = "ChanServ"; name = "KICK"; command = "chanserv/kick"; group = "chanserv/management"; } command { service = "ChanServ"; name = "KICK"; command = "chanserv/kick"; group = "chanserv/management" }
/* /*
* cs_list * cs_list
@@ -1084,8 +1084,8 @@ module
*/ */
listmax = 50 listmax = 50
} }
command { service = "ChanServ"; name = "LIST"; command = "chanserv/list"; } command { service = "ChanServ"; name = "LIST"; command = "chanserv/list" }
command { service = "ChanServ"; name = "SET PRIVATE"; command = "chanserv/set/private"; } command { service = "ChanServ"; name = "SET PRIVATE"; command = "chanserv/set/private" }
/* /*
* cs_log * cs_log
@@ -1126,7 +1126,7 @@ module
method = "MESSAGE @" method = "MESSAGE @"
} }
} }
command { service = "ChanServ"; name = "LOG"; command = "chanserv/log"; group = "chanserv/management"; } command { service = "ChanServ"; name = "LOG"; command = "chanserv/log"; group = "chanserv/management" }
/* /*
* cs_mode * cs_mode
@@ -1155,7 +1155,7 @@ module
*/ */
max = 50 max = 50
} }
command { service = "ChanServ"; name = "MODE"; command = "chanserv/mode"; group = "chanserv/management"; } command { service = "ChanServ"; name = "MODE"; command = "chanserv/mode"; group = "chanserv/management" }
command { service = "ChanServ"; name = "OWNER"; command = "chanserv/modes"; group = "chanserv/status"; set = "OWNER" } command { service = "ChanServ"; name = "OWNER"; command = "chanserv/modes"; group = "chanserv/status"; set = "OWNER" }
command { service = "ChanServ"; name = "DEOWNER"; command = "chanserv/modes"; group = "chanserv/status"; unset = "OWNER" } command { service = "ChanServ"; name = "DEOWNER"; command = "chanserv/modes"; group = "chanserv/status"; unset = "OWNER" }
@@ -1180,7 +1180,7 @@ command { service = "ChanServ"; name = "DEVOICE"; command = "chanserv/modes"; gr
* Used for registering channels. * Used for registering channels.
*/ */
module { name = "cs_register" } module { name = "cs_register" }
command { service = "ChanServ"; name = "REGISTER"; command = "chanserv/register"; } command { service = "ChanServ"; name = "REGISTER"; command = "chanserv/register" }
/* /*
* cs_seen * cs_seen
@@ -1197,7 +1197,7 @@ module
/* Sets the time to keep seen entries in the seen database. */ /* Sets the time to keep seen entries in the seen database. */
purgetime = 90d purgetime = 90d
} }
command { service = "OperServ"; name = "SEEN"; command = "operserv/seen"; permission = "operserv/seen"; } command { service = "OperServ"; name = "SEEN"; command = "operserv/seen"; permission = "operserv/seen" }
/* /*
* cs_set * cs_set
@@ -1243,21 +1243,21 @@ module
*/ */
persist_lower_ts = yes persist_lower_ts = yes
} }
command { service = "ChanServ"; name = "SET"; command = "chanserv/set"; group = "chanserv/management"; } command { service = "ChanServ"; name = "SET"; command = "chanserv/set"; group = "chanserv/management" }
command { service = "ChanServ"; name = "SET AUTOOP"; command = "chanserv/set/autoop"; } command { service = "ChanServ"; name = "SET AUTOOP"; command = "chanserv/set/autoop" }
command { service = "ChanServ"; name = "SET BANTYPE"; command = "chanserv/set/bantype"; } command { service = "ChanServ"; name = "SET BANTYPE"; command = "chanserv/set/bantype" }
command { service = "ChanServ"; name = "SET DESCRIPTION"; command = "chanserv/set/description"; } command { service = "ChanServ"; name = "SET DESCRIPTION"; command = "chanserv/set/description" }
command { service = "ChanServ"; name = "SET DESC"; command = "chanserv/set/description"; hide = yes; } command { service = "ChanServ"; name = "SET DESC"; command = "chanserv/set/description"; hide = yes }
command { service = "ChanServ"; name = "SET FOUNDER"; command = "chanserv/set/founder"; } command { service = "ChanServ"; name = "SET FOUNDER"; command = "chanserv/set/founder" }
command { service = "ChanServ"; name = "SET KEEPMODES"; command = "chanserv/set/keepmodes"; } command { service = "ChanServ"; name = "SET KEEPMODES"; command = "chanserv/set/keepmodes" }
command { service = "ChanServ"; name = "SET NOEXPIRE"; command = "chanserv/saset/noexpire"; permission = "chanserv/saset/noexpire"; } command { service = "ChanServ"; name = "SET NOEXPIRE"; command = "chanserv/saset/noexpire"; permission = "chanserv/saset/noexpire" }
command { service = "ChanServ"; name = "SET PEACE"; command = "chanserv/set/peace"; } command { service = "ChanServ"; name = "SET PEACE"; command = "chanserv/set/peace" }
command { service = "ChanServ"; name = "SET PERSIST"; command = "chanserv/set/persist"; } command { service = "ChanServ"; name = "SET PERSIST"; command = "chanserv/set/persist" }
command { service = "ChanServ"; name = "SET RESTRICTED"; command = "chanserv/set/restricted"; } command { service = "ChanServ"; name = "SET RESTRICTED"; command = "chanserv/set/restricted" }
command { service = "ChanServ"; name = "SET SECUREFOUNDER"; command = "chanserv/set/securefounder"; } command { service = "ChanServ"; name = "SET SECUREFOUNDER"; command = "chanserv/set/securefounder" }
command { service = "ChanServ"; name = "SET SECUREOPS"; command = "chanserv/set/secureops"; } command { service = "ChanServ"; name = "SET SECUREOPS"; command = "chanserv/set/secureops" }
command { service = "ChanServ"; name = "SET SIGNKICK"; command = "chanserv/set/signkick"; } command { service = "ChanServ"; name = "SET SIGNKICK"; command = "chanserv/set/signkick" }
command { service = "ChanServ"; name = "SET SUCCESSOR"; command = "chanserv/set/successor"; } command { service = "ChanServ"; name = "SET SUCCESSOR"; command = "chanserv/set/successor" }
/* /*
* cs_set_misc * cs_set_misc
@@ -1268,8 +1268,8 @@ command { service = "ChanServ"; name = "SET SUCCESSOR"; command = "chanserv/set/
* A field named misc_description may be given for use with help output. * A field named misc_description may be given for use with help output.
*/ */
module { name = "cs_set_misc" } module { name = "cs_set_misc" }
command { service = "ChanServ"; name = "SET URL"; command = "chanserv/set/misc"; misc_description = _("Associate a URL with the channel"); misc_numeric = 328; } command { service = "ChanServ"; name = "SET URL"; command = "chanserv/set/misc"; misc_description = _("Associate a URL with the channel"); misc_numeric = 328 }
command { service = "ChanServ"; name = "SET EMAIL"; command = "chanserv/set/misc"; misc_description = _("Associate an email address with the channel"); } command { service = "ChanServ"; name = "SET EMAIL"; command = "chanserv/set/misc"; misc_description = _("Associate an email address with the channel") }
/* /*
* cs_status * cs_status
@@ -1280,8 +1280,8 @@ command { service = "ChanServ"; name = "SET EMAIL"; command = "chanserv/set/misc
* or not they match any autokick entries. * or not they match any autokick entries.
*/ */
module { name = "cs_status" } module { name = "cs_status" }
command { service = "ChanServ"; name = "STATUS"; command = "chanserv/status"; } command { service = "ChanServ"; name = "STATUS"; command = "chanserv/status" }
command { service = "ChanServ"; name = "WHY"; command = "chanserv/status"; hide = yes; } command { service = "ChanServ"; name = "WHY"; command = "chanserv/status"; hide = yes }
/* /*
* cs_statusupdate * cs_statusupdate
@@ -1317,8 +1317,8 @@ module
*/ */
show = "suspended, by, reason, on, expires" show = "suspended, by, reason, on, expires"
} }
command { service = "ChanServ"; name = "SUSPEND"; command = "chanserv/suspend"; permission = "chanserv/suspend"; group = "chanserv/admin"; } command { service = "ChanServ"; name = "SUSPEND"; command = "chanserv/suspend"; permission = "chanserv/suspend"; group = "chanserv/admin" }
command { service = "ChanServ"; name = "UNSUSPEND"; command = "chanserv/unsuspend"; permission = "chanserv/suspend"; group = "chanserv/admin"; } command { service = "ChanServ"; name = "UNSUSPEND"; command = "chanserv/unsuspend"; permission = "chanserv/suspend"; group = "chanserv/admin" }
/* /*
* cs_sync * cs_sync
@@ -1328,7 +1328,7 @@ command { service = "ChanServ"; name = "UNSUSPEND"; command = "chanserv/unsuspen
* Used to sync users channel status modes with what access they have. * Used to sync users channel status modes with what access they have.
*/ */
module { name = "cs_sync" } module { name = "cs_sync" }
command { service = "ChanServ"; name = "SYNC"; command = "chanserv/sync"; group = "chanserv/management"; } command { service = "ChanServ"; name = "SYNC"; command = "chanserv/sync"; group = "chanserv/management" }
/* /*
* cs_topic * cs_topic
@@ -1339,8 +1339,8 @@ command { service = "ChanServ"; name = "SYNC"; command = "chanserv/sync"; group
* *
*/ */
module { name = "cs_topic" } module { name = "cs_topic" }
command { service = "ChanServ"; name = "TOPIC"; command = "chanserv/topic"; group = "chanserv/management"; } command { service = "ChanServ"; name = "TOPIC"; command = "chanserv/topic"; group = "chanserv/management" }
command { service = "ChanServ"; name = "SET KEEPTOPIC"; command = "chanserv/set/keeptopic"; } command { service = "ChanServ"; name = "SET KEEPTOPIC"; command = "chanserv/set/keeptopic" }
/* /*
* cs_unban * cs_unban
@@ -1350,7 +1350,7 @@ command { service = "ChanServ"; name = "SET KEEPTOPIC"; command = "chanserv/set/
* Used for unbanning users from channels. * Used for unbanning users from channels.
*/ */
module { name = "cs_unban" } module { name = "cs_unban" }
command { service = "ChanServ"; name = "UNBAN"; command = "chanserv/unban"; group = "chanserv/management"; } command { service = "ChanServ"; name = "UNBAN"; command = "chanserv/unban"; group = "chanserv/management" }
/* /*
* cs_updown * cs_updown
@@ -1360,8 +1360,8 @@ command { service = "ChanServ"; name = "UNBAN"; command = "chanserv/unban"; grou
* Used for setting or removing your status modes on a channel. * Used for setting or removing your status modes on a channel.
*/ */
module { name = "cs_updown" } module { name = "cs_updown" }
command { service = "ChanServ"; name = "DOWN"; command = "chanserv/down"; group = "chanserv/status"; } command { service = "ChanServ"; name = "DOWN"; command = "chanserv/down"; group = "chanserv/status" }
command { service = "ChanServ"; name = "UP"; command = "chanserv/up"; group = "chanserv/status"; } command { service = "ChanServ"; name = "UP"; command = "chanserv/up"; group = "chanserv/status" }
/* /*
* cs_xop * cs_xop
@@ -1378,8 +1378,8 @@ command { service = "ChanServ"; name = "UP"; command = "chanserv/up"; group = "c
* can not view the entire access list at once, and instead should use another access system to do that. * can not view the entire access list at once, and instead should use another access system to do that.
*/ */
module { name = "cs_xop" } module { name = "cs_xop" }
command { service = "ChanServ"; name = "QOP"; command = "chanserv/xop"; group = "chanserv/access"; } command { service = "ChanServ"; name = "QOP"; command = "chanserv/xop"; group = "chanserv/access" }
command { service = "ChanServ"; name = "SOP"; command = "chanserv/xop"; group = "chanserv/access"; } command { service = "ChanServ"; name = "SOP"; command = "chanserv/xop"; group = "chanserv/access" }
command { service = "ChanServ"; name = "AOP"; command = "chanserv/xop"; group = "chanserv/access"; } command { service = "ChanServ"; name = "AOP"; command = "chanserv/xop"; group = "chanserv/access" }
command { service = "ChanServ"; name = "HOP"; command = "chanserv/xop"; group = "chanserv/access"; } command { service = "ChanServ"; name = "HOP"; command = "chanserv/xop"; group = "chanserv/access" }
command { service = "ChanServ"; name = "VOP"; command = "chanserv/xop"; group = "chanserv/access"; } command { service = "ChanServ"; name = "VOP"; command = "chanserv/xop"; group = "chanserv/access" }
+15 -15
View File
@@ -28,22 +28,22 @@ module
smileyssad = ":( :-( ;( ;-(" smileyssad = ":( :-( ;( ;-("
smileysother = ":/ :-/" smileysother = ":/ :-/"
} }
command { service = "ChanServ"; name = "SET CHANSTATS"; command = "chanserv/set/chanstats"; } command { service = "ChanServ"; name = "SET CHANSTATS"; command = "chanserv/set/chanstats" }
command { service = "NickServ"; name = "SET CHANSTATS"; command = "nickserv/set/chanstats"; } command { service = "NickServ"; name = "SET CHANSTATS"; command = "nickserv/set/chanstats" }
command { service = "NickServ"; name = "SASET CHANSTATS"; command = "nickserv/saset/chanstats"; permission = "nickserv/saset/chanstats"; } command { service = "NickServ"; name = "SASET CHANSTATS"; command = "nickserv/saset/chanstats"; permission = "nickserv/saset/chanstats" }
module { name = "cs_fantasy_stats" } module { name = "cs_fantasy_stats" }
command { service = "ChanServ"; name = "STATS"; command = "chanserv/stats"; } command { service = "ChanServ"; name = "STATS"; command = "chanserv/stats" }
command { service = "ChanServ"; name = "GSTATS"; command = "chanserv/gstats"; } command { service = "ChanServ"; name = "GSTATS"; command = "chanserv/gstats" }
fantasy { name = "STATS"; command = "chanserv/stats"; } fantasy { name = "STATS"; command = "chanserv/stats" }
fantasy { name = "GSTATS"; command = "chanserv/gstats"; } fantasy { name = "GSTATS"; command = "chanserv/gstats" }
module { name = "cs_fantasy_top" } module { name = "cs_fantasy_top" }
command { service = "ChanServ"; name = "TOP"; command = "chanserv/top"; } command { service = "ChanServ"; name = "TOP"; command = "chanserv/top" }
command { service = "ChanServ"; name = "TOP10"; command = "chanserv/top10"; } command { service = "ChanServ"; name = "TOP10"; command = "chanserv/top10" }
command { service = "ChanServ"; name = "GTOP"; command = "chanserv/gtop"; } command { service = "ChanServ"; name = "GTOP"; command = "chanserv/gtop" }
command { service = "ChanServ"; name = "GTOP10"; command = "chanserv/gtop10"; } command { service = "ChanServ"; name = "GTOP10"; command = "chanserv/gtop10" }
fantasy { name = "TOP"; command = "chanserv/top"; } fantasy { name = "TOP"; command = "chanserv/top" }
fantasy { name = "TOP10"; command = "chanserv/top10"; } fantasy { name = "TOP10"; command = "chanserv/top10" }
fantasy { name = "GTOP"; command = "chanserv/gtop"; } fantasy { name = "GTOP"; command = "chanserv/gtop" }
fantasy { name = "GTOP10"; command = "chanserv/gtop10"; } fantasy { name = "GTOP10"; command = "chanserv/gtop10" }
+4 -4
View File
@@ -113,7 +113,7 @@ module
*/ */
/* Give it a help command. */ /* Give it a help command. */
command { service = "Global"; name = "HELP"; command = "generic/help"; } command { service = "Global"; name = "HELP"; command = "generic/help" }
/* /*
* gl_global * gl_global
@@ -123,7 +123,7 @@ command { service = "Global"; name = "HELP"; command = "generic/help"; }
* Used for sending a message to every online user. * Used for sending a message to every online user.
*/ */
module { name = "gl_global" } module { name = "gl_global" }
command { service = "Global"; name = "GLOBAL"; command = "global/global"; permission = "global/global"; } command { service = "Global"; name = "GLOBAL"; command = "global/global"; permission = "global/global" }
/* /*
* gl_queue * gl_queue
@@ -139,7 +139,7 @@ module
/* The maximum number of messages in a message queue. Defaults to 10. */ /* The maximum number of messages in a message queue. Defaults to 10. */
maxqueue = 10 maxqueue = 10
} }
command { service = "Global"; name = "QUEUE"; command = "global/queue"; permission = "global/queue"; } command { service = "Global"; name = "QUEUE"; command = "global/queue"; permission = "global/queue" }
/* /*
* gl_server * gl_server
@@ -149,4 +149,4 @@ command { service = "Global"; name = "QUEUE"; command = "global/queue"; permissi
* Used for sending a message to every online user on a server. * Used for sending a message to every online user on a server.
*/ */
module { name = "gl_server" } module { name = "gl_server" }
command { service = "Global"; name = "SERVER"; command = "global/server"; permission = "global/server"; } command { service = "Global"; name = "SERVER"; command = "global/server"; permission = "global/server" }
+16 -16
View File
@@ -99,7 +99,7 @@ module
*/ */
/* Give it a help command. */ /* Give it a help command. */
command { service = "HostServ"; name = "HELP"; command = "generic/help"; } command { service = "HostServ"; name = "HELP"; command = "generic/help" }
/* /*
* hs_del * hs_del
@@ -109,8 +109,8 @@ command { service = "HostServ"; name = "HELP"; command = "generic/help"; }
* Used for removing users' vhosts. * Used for removing users' vhosts.
*/ */
module { name = "hs_del" } module { name = "hs_del" }
command { service = "HostServ"; name = "DEL"; command = "hostserv/del"; permission = "hostserv/del"; } command { service = "HostServ"; name = "DEL"; command = "hostserv/del"; permission = "hostserv/del" }
command { service = "HostServ"; name = "DELALL"; command = "hostserv/delall"; permission = "hostserv/del"; } command { service = "HostServ"; name = "DELALL"; command = "hostserv/delall"; permission = "hostserv/del" }
/* /*
* hs_group * hs_group
@@ -133,7 +133,7 @@ module
*/ */
synconset = yes synconset = yes
} }
command { service = "HostServ"; name = "GROUP"; command = "hostserv/group"; } command { service = "HostServ"; name = "GROUP"; command = "hostserv/group" }
/* /*
* hs_list * hs_list
@@ -143,7 +143,7 @@ command { service = "HostServ"; name = "GROUP"; command = "hostserv/group"; }
* Used for listing actively set vhosts. * Used for listing actively set vhosts.
*/ */
module { name = "hs_list" } module { name = "hs_list" }
command { service = "HostServ"; name = "LIST"; command = "hostserv/list"; permission = "hostserv/list"; } command { service = "HostServ"; name = "LIST"; command = "hostserv/list"; permission = "hostserv/list" }
/* /*
* hs_off * hs_off
@@ -153,7 +153,7 @@ command { service = "HostServ"; name = "LIST"; command = "hostserv/list"; permis
* Used for turning off your vhost. * Used for turning off your vhost.
*/ */
module { name = "hs_off" } module { name = "hs_off" }
command { service = "HostServ"; name = "OFF"; command = "hostserv/off"; } command { service = "HostServ"; name = "OFF"; command = "hostserv/off" }
/* /*
* hs_offfer * hs_offfer
@@ -171,8 +171,8 @@ module
*/ */
takedelay = 7d takedelay = 7d
} }
command { service = "HostServ"; name = "OFFER"; command = "hostserv/offer"; permission = "hostserv/offer"; } command { service = "HostServ"; name = "OFFER"; command = "hostserv/offer"; permission = "hostserv/offer" }
command { service = "HostServ"; name = "OFFERLIST"; command = "hostserv/offerlist"; } command { service = "HostServ"; name = "OFFERLIST"; command = "hostserv/offerlist" }
/* /*
* hs_on * hs_on
@@ -182,7 +182,7 @@ command { service = "HostServ"; name = "OFFERLIST"; command = "hostserv/offerlis
* Used for turning on your vhost. * Used for turning on your vhost.
*/ */
module { name = "hs_on" } module { name = "hs_on" }
command { service = "HostServ"; name = "ON"; command = "hostserv/on"; } command { service = "HostServ"; name = "ON"; command = "hostserv/on" }
/* /*
* hs_request * hs_request
@@ -224,11 +224,11 @@ module
*/ */
#validationrecord = "anope-dns-validation" #validationrecord = "anope-dns-validation"
} }
command { service = "HostServ"; name = "REQUEST"; command = "hostserv/request"; } command { service = "HostServ"; name = "REQUEST"; command = "hostserv/request" }
command { service = "HostServ"; name = "ACTIVATE"; command = "hostserv/activate"; permission = "hostserv/set"; } command { service = "HostServ"; name = "ACTIVATE"; command = "hostserv/activate"; permission = "hostserv/set" }
command { service = "HostServ"; name = "REJECT"; command = "hostserv/reject"; permission = "hostserv/set"; } command { service = "HostServ"; name = "REJECT"; command = "hostserv/reject"; permission = "hostserv/set" }
command { service = "HostServ"; name = "WAITING"; command = "hostserv/waiting"; permission = "hostserv/set"; } command { service = "HostServ"; name = "WAITING"; command = "hostserv/waiting"; permission = "hostserv/set" }
#command { service = "HostServ"; name = "VALIDATE"; command = "hostserv/validate"; } #command { service = "HostServ"; name = "VALIDATE"; command = "hostserv/validate" }
/* /*
* hs_set * hs_set
@@ -238,5 +238,5 @@ command { service = "HostServ"; name = "WAITING"; command = "hostserv/waiting";
* Used for setting users' vhosts. * Used for setting users' vhosts.
*/ */
module { name = "hs_set" } module { name = "hs_set" }
command { service = "HostServ"; name = "SET"; command = "hostserv/set"; permission = "hostserv/set"; } command { service = "HostServ"; name = "SET"; command = "hostserv/set"; permission = "hostserv/set" }
command { service = "HostServ"; name = "SETALL"; command = "hostserv/setall"; permission = "hostserv/set"; } command { service = "HostServ"; name = "SETALL"; command = "hostserv/setall"; permission = "hostserv/set" }
+13 -13
View File
@@ -108,7 +108,7 @@ module
*/ */
/* Give it a help command. */ /* Give it a help command. */
command { service = "MemoServ"; name = "HELP"; command = "generic/help"; } command { service = "MemoServ"; name = "HELP"; command = "generic/help" }
/* /*
* ms_cancel * ms_cancel
@@ -118,7 +118,7 @@ command { service = "MemoServ"; name = "HELP"; command = "generic/help"; }
* Used to cancel memos already sent but not yet read. * Used to cancel memos already sent but not yet read.
*/ */
module { name = "ms_cancel" } module { name = "ms_cancel" }
command { service = "MemoServ"; name = "CANCEL"; command = "memoserv/cancel"; } command { service = "MemoServ"; name = "CANCEL"; command = "memoserv/cancel" }
/* /*
* ms_check * ms_check
@@ -128,7 +128,7 @@ command { service = "MemoServ"; name = "CANCEL"; command = "memoserv/cancel"; }
* Used to check if a sent memo has been read. * Used to check if a sent memo has been read.
*/ */
module { name = "ms_check" } module { name = "ms_check" }
command { service = "MemoServ"; name = "CHECK"; command = "memoserv/check"; } command { service = "MemoServ"; name = "CHECK"; command = "memoserv/check" }
/* /*
* ms_del * ms_del
@@ -138,7 +138,7 @@ command { service = "MemoServ"; name = "CHECK"; command = "memoserv/check"; }
* Used to delete your memos. * Used to delete your memos.
*/ */
module { name = "ms_del" } module { name = "ms_del" }
command { service = "MemoServ"; name = "DEL"; command = "memoserv/del"; } command { service = "MemoServ"; name = "DEL"; command = "memoserv/del" }
/* /*
* ms_ignore * ms_ignore
@@ -158,7 +158,7 @@ module
*/ */
max = 50 max = 50
} }
command { service = "MemoServ"; name = "IGNORE"; command = "memoserv/ignore"; } command { service = "MemoServ"; name = "IGNORE"; command = "memoserv/ignore" }
/* /*
* ms_info * ms_info
@@ -168,7 +168,7 @@ command { service = "MemoServ"; name = "IGNORE"; command = "memoserv/ignore"; }
* Used to show memo related information about an account or a channel. * Used to show memo related information about an account or a channel.
*/ */
module { name = "ms_info" } module { name = "ms_info" }
command { service = "MemoServ"; name = "INFO"; command = "memoserv/info"; } command { service = "MemoServ"; name = "INFO"; command = "memoserv/info" }
/* /*
* ms_list * ms_list
@@ -178,7 +178,7 @@ command { service = "MemoServ"; name = "INFO"; command = "memoserv/info"; }
* Used to list your current memos. * Used to list your current memos.
*/ */
module { name = "ms_list" } module { name = "ms_list" }
command { service = "MemoServ"; name = "LIST"; command = "memoserv/list"; } command { service = "MemoServ"; name = "LIST"; command = "memoserv/list" }
/* /*
* ms_read * ms_read
@@ -188,7 +188,7 @@ command { service = "MemoServ"; name = "LIST"; command = "memoserv/list"; }
* Used to read your memos. * Used to read your memos.
*/ */
module { name = "ms_read" } module { name = "ms_read" }
command { service = "MemoServ"; name = "READ"; command = "memoserv/read"; } command { service = "MemoServ"; name = "READ"; command = "memoserv/read" }
/* /*
* ms_rsend * ms_rsend
@@ -208,7 +208,7 @@ command { service = "MemoServ"; name = "READ"; command = "memoserv/read"; }
*/ */
operonly = no operonly = no
} }
#command { service = "MemoServ"; name = "RSEND"; command = "memoserv/rsend"; } #command { service = "MemoServ"; name = "RSEND"; command = "memoserv/rsend" }
/* /*
* ms_send * ms_send
@@ -218,7 +218,7 @@ command { service = "MemoServ"; name = "READ"; command = "memoserv/read"; }
* Used to send memos. * Used to send memos.
*/ */
module { name = "ms_send" } module { name = "ms_send" }
command { service = "MemoServ"; name = "SEND"; command = "memoserv/send"; } command { service = "MemoServ"; name = "SEND"; command = "memoserv/send" }
/* /*
* ms_sendall * ms_sendall
@@ -228,7 +228,7 @@ command { service = "MemoServ"; name = "SEND"; command = "memoserv/send"; }
* Used to send a mass memo to every registered user. * Used to send a mass memo to every registered user.
*/ */
module { name = "ms_sendall" } module { name = "ms_sendall" }
command { service = "MemoServ"; name = "SENDALL"; command = "memoserv/sendall"; permission = "memoserv/sendall"; } command { service = "MemoServ"; name = "SENDALL"; command = "memoserv/sendall"; permission = "memoserv/sendall" }
/* /*
* ms_set * ms_set
@@ -238,7 +238,7 @@ command { service = "MemoServ"; name = "SENDALL"; command = "memoserv/sendall";
* Used to set settings such as how you are notified of new memos, and your memo limit. * Used to set settings such as how you are notified of new memos, and your memo limit.
*/ */
module { name = "ms_set" } module { name = "ms_set" }
command { service = "MemoServ"; name = "SET"; command = "memoserv/set"; } command { service = "MemoServ"; name = "SET"; command = "memoserv/set" }
/* /*
* ms_staff * ms_staff
@@ -248,4 +248,4 @@ command { service = "MemoServ"; name = "SET"; command = "memoserv/set"; }
* Used to send a memo to all registered staff members. * Used to send a memo to all registered staff members.
*/ */
module { name = "ms_staff" } module { name = "ms_staff" }
command { service = "MemoServ"; name = "STAFF"; command = "memoserv/staff"; permission = "memoserv/staff"; } command { service = "MemoServ"; name = "STAFF"; command = "memoserv/staff"; permission = "memoserv/staff" }
+70 -70
View File
@@ -280,7 +280,7 @@ command_group
} }
/* Give it a help command. */ /* Give it a help command. */
command { service = "NickServ"; name = "HELP"; command = "generic/help"; } command { service = "NickServ"; name = "HELP"; command = "generic/help" }
/* /*
* ns_ajoin * ns_ajoin
@@ -298,7 +298,7 @@ module
*/ */
ajoinmax = 10 ajoinmax = 10
} }
command { service = "NickServ"; name = "AJOIN"; command = "nickserv/ajoin"; } command { service = "NickServ"; name = "AJOIN"; command = "nickserv/ajoin" }
/* /*
* ns_alist * ns_alist
@@ -308,8 +308,8 @@ command { service = "NickServ"; name = "AJOIN"; command = "nickserv/ajoin"; }
* Used for viewing what channels you have access to. * Used for viewing what channels you have access to.
*/ */
module { name = "ns_alist" } module { name = "ns_alist" }
command { service = "NickServ"; name = "ALIST"; command = "nickserv/alist"; } command { service = "NickServ"; name = "ALIST"; command = "nickserv/alist" }
command { service = "NickServ"; name = "ACCESS"; command = "nickserv/alist"; hide = yes; } command { service = "NickServ"; name = "ACCESS"; command = "nickserv/alist"; hide = yes }
/* /*
* ns_cert * ns_cert
@@ -334,7 +334,7 @@ module
*/ */
max = 5 max = 5
} }
command { service = "NickServ"; name = "CERT"; command = "nickserv/cert"; } command { service = "NickServ"; name = "CERT"; command = "nickserv/cert" }
/* /*
* ns_confirm * ns_confirm
@@ -344,7 +344,7 @@ command { service = "NickServ"; name = "CERT"; command = "nickserv/cert"; }
* Used for confirming previous account actions. * Used for confirming previous account actions.
*/ */
module { name = "ns_confirm" } module { name = "ns_confirm" }
command { service = "NickServ"; name = "CONFIRM"; command = "nickserv/confirm"; } command { service = "NickServ"; name = "CONFIRM"; command = "nickserv/confirm" }
/* /*
* ns_drop * ns_drop
@@ -354,7 +354,7 @@ command { service = "NickServ"; name = "CONFIRM"; command = "nickserv/confirm";
* Used for unregistering names. * Used for unregistering names.
*/ */
module { name = "ns_drop" } module { name = "ns_drop" }
command { service = "NickServ"; name = "DROP"; command = "nickserv/drop"; } command { service = "NickServ"; name = "DROP"; command = "nickserv/drop" }
/* /*
* ns_email * ns_email
@@ -391,10 +391,10 @@ module
*/ */
#remove_aliases = yes #remove_aliases = yes
} }
command { service = "NickServ"; name = "CONFIRM EMAIL"; command = "nickserv/confirm/email"; } command { service = "NickServ"; name = "CONFIRM EMAIL"; command = "nickserv/confirm/email" }
command { service = "NickServ"; name = "GETEMAIL"; command = "nickserv/getemail"; permission = "nickserv/getemail"; group = "nickserv/admin"; } command { service = "NickServ"; name = "GETEMAIL"; command = "nickserv/getemail"; permission = "nickserv/getemail"; group = "nickserv/admin" }
command { service = "NickServ"; name = "SET EMAIL"; command = "nickserv/set/email"; } command { service = "NickServ"; name = "SET EMAIL"; command = "nickserv/set/email" }
command { service = "NickServ"; name = "SASET EMAIL"; command = "nickserv/saset/email"; permission = "nickserv/saset/email"; } command { service = "NickServ"; name = "SASET EMAIL"; command = "nickserv/saset/email"; permission = "nickserv/saset/email" }
/* /*
* ns_group * ns_group
@@ -428,15 +428,15 @@ module
*/ */
nogroupchange = yes nogroupchange = yes
} }
command { service = "NickServ"; name = "GLIST"; command = "nickserv/glist"; } command { service = "NickServ"; name = "GLIST"; command = "nickserv/glist" }
command { service = "NickServ"; name = "GROUP"; command = "nickserv/group"; } command { service = "NickServ"; name = "GROUP"; command = "nickserv/group" }
command { service = "NickServ"; name = "UNGROUP"; command = "nickserv/ungroup"; } command { service = "NickServ"; name = "UNGROUP"; command = "nickserv/ungroup" }
command { service = "NickServ"; name = "SET DISPLAY"; command = "nickserv/set/display"; } command { service = "NickServ"; name = "SET DISPLAY"; command = "nickserv/set/display" }
command { service = "NickServ"; name = "SASET DISPLAY"; command = "nickserv/saset/display"; permission = "nickserv/saset/display"; } command { service = "NickServ"; name = "SASET DISPLAY"; command = "nickserv/saset/display"; permission = "nickserv/saset/display" }
# For compatibility with Atheme. # For compatibility with Atheme.
command { service = "NickServ"; name = "SET ACCOUNTNAME"; command = "nickserv/set/display"; hide = yes; } command { service = "NickServ"; name = "SET ACCOUNTNAME"; command = "nickserv/set/display"; hide = yes }
command { service = "NickServ"; name = "SASET ACCOUNTNAME"; command = "nickserv/saset/display"; permission = "nickserv/saset/display"; hide = yes; } command { service = "NickServ"; name = "SASET ACCOUNTNAME"; command = "nickserv/saset/display"; permission = "nickserv/saset/display"; hide = yes }
/* /*
* ns_identify * ns_identify
@@ -454,8 +454,8 @@ module
*/ */
maxlogins = 10 maxlogins = 10
} }
command { service = "NickServ"; name = "ID"; command = "nickserv/identify"; hide = yes; } command { service = "NickServ"; name = "ID"; command = "nickserv/identify"; hide = yes }
command { service = "NickServ"; name = "IDENTIFY"; command = "nickserv/identify"; } command { service = "NickServ"; name = "IDENTIFY"; command = "nickserv/identify" }
/* /*
* ns_info * ns_info
@@ -466,10 +466,10 @@ command { service = "NickServ"; name = "IDENTIFY"; command = "nickserv/identify"
* *
*/ */
module { name = "ns_info" } module { name = "ns_info" }
command { service = "NickServ"; name = "INFO"; command = "nickserv/info"; } command { service = "NickServ"; name = "INFO"; command = "nickserv/info" }
command { service = "NickServ"; name = "SET HIDE"; command = "nickserv/set/hide"; } command { service = "NickServ"; name = "SET HIDE"; command = "nickserv/set/hide" }
command { service = "NickServ"; name = "SASET HIDE"; command = "nickserv/saset/hide"; permission = "nickserv/saset/hide"; } command { service = "NickServ"; name = "SASET HIDE"; command = "nickserv/saset/hide"; permission = "nickserv/saset/hide" }
/* /*
* ns_list * ns_list
@@ -488,9 +488,9 @@ module
*/ */
listmax = 50 listmax = 50
} }
command { service = "NickServ"; name = "LIST"; command = "nickserv/list"; } command { service = "NickServ"; name = "LIST"; command = "nickserv/list" }
command { service = "NickServ"; name = "SET PRIVATE"; command = "nickserv/set/private"; } command { service = "NickServ"; name = "SET PRIVATE"; command = "nickserv/set/private" }
command { service = "NickServ"; name = "SASET PRIVATE"; command = "nickserv/saset/private"; permission = "nickserv/saset/private"; } command { service = "NickServ"; name = "SASET PRIVATE"; command = "nickserv/saset/private"; permission = "nickserv/saset/private" }
/* /*
* ns_logout * ns_logout
@@ -500,7 +500,7 @@ command { service = "NickServ"; name = "SASET PRIVATE"; command = "nickserv/sase
* Used for logging out of your account. * Used for logging out of your account.
*/ */
module { name = "ns_logout" } module { name = "ns_logout" }
command { service = "NickServ"; name = "LOGOUT"; command = "nickserv/logout"; } command { service = "NickServ"; name = "LOGOUT"; command = "nickserv/logout" }
/* /*
* ns_recover * ns_recover
@@ -521,11 +521,11 @@ module
*/ */
restoreonrecover = yes restoreonrecover = yes
} }
command { service = "NickServ"; name = "RECOVER"; command = "nickserv/recover"; } command { service = "NickServ"; name = "RECOVER"; command = "nickserv/recover" }
# For compatibility with Anope 1.8 and Atheme. # For compatibility with Anope 1.8 and Atheme.
command { service = "NickServ"; name = "GHOST"; command = "nickserv/recover"; hide = yes; } command { service = "NickServ"; name = "GHOST"; command = "nickserv/recover"; hide = yes }
command { service = "NickServ"; name = "RELEASE"; command = "nickserv/recover"; hide = yes; } command { service = "NickServ"; name = "RELEASE"; command = "nickserv/recover"; hide = yes }
/* /*
* ns_register * ns_register
@@ -570,9 +570,9 @@ module
*/ */
#unconfirmedexpire = 1d #unconfirmedexpire = 1d
} }
command { service = "NickServ"; name = "CONFIRM REGISTER"; command = "nickserv/confirm/register"; } command { service = "NickServ"; name = "CONFIRM REGISTER"; command = "nickserv/confirm/register" }
command { service = "NickServ"; name = "REGISTER"; command = "nickserv/register"; } command { service = "NickServ"; name = "REGISTER"; command = "nickserv/register" }
command { service = "NickServ"; name = "RESEND"; command = "nickserv/resend"; } command { service = "NickServ"; name = "RESEND"; command = "nickserv/resend" }
/* /*
* ns_resetpass * ns_resetpass
@@ -591,11 +591,11 @@ module
*/ */
#resetexpire = 1d #resetexpire = 1d
} }
command { service = "NickServ"; name = "CONFIRM RESETPASS"; command = "nickserv/confirm/resetpass"; } command { service = "NickServ"; name = "CONFIRM RESETPASS"; command = "nickserv/confirm/resetpass" }
command { service = "NickServ"; name = "RESETPASS"; command = "nickserv/resetpass"; } command { service = "NickServ"; name = "RESETPASS"; command = "nickserv/resetpass" }
# For compatibility with Anope 2.0. # For compatibility with Anope 2.0.
command { service = "NickServ"; name = "GETPASS"; command = "nickserv/resetpass"; hide = yes; } command { service = "NickServ"; name = "GETPASS"; command = "nickserv/resetpass"; hide = yes }
/* /*
* ns_sasl * ns_sasl
@@ -661,13 +661,13 @@ module { name = "ns_sasl_plain" }
*/ */
module { name = "ns_set" } module { name = "ns_set" }
command { service = "NickServ"; name = "SET"; command = "nickserv/set"; } command { service = "NickServ"; name = "SET"; command = "nickserv/set" }
command { service = "NickServ"; name = "SASET"; command = "nickserv/saset"; permission = "nickserv/saset/"; group = "nickserv/admin"; } command { service = "NickServ"; name = "SASET"; command = "nickserv/saset"; permission = "nickserv/saset/"; group = "nickserv/admin" }
command { service = "NickServ"; name = "SET PASSWORD"; command = "nickserv/set/password"; } command { service = "NickServ"; name = "SET PASSWORD"; command = "nickserv/set/password" }
command { service = "NickServ"; name = "SASET PASSWORD"; command = "nickserv/saset/password"; permission = "nickserv/saset/password"; } command { service = "NickServ"; name = "SASET PASSWORD"; command = "nickserv/saset/password"; permission = "nickserv/saset/password" }
command { service = "NickServ"; name = "SASET NOEXPIRE"; command = "nickserv/saset/noexpire"; permission = "nickserv/saset/noexpire"; } command { service = "NickServ"; name = "SASET NOEXPIRE"; command = "nickserv/saset/noexpire"; permission = "nickserv/saset/noexpire" }
/* /*
* ns_set_keepmodes * ns_set_keepmodes
@@ -687,8 +687,8 @@ module
*/ */
#norestore = "ABCabc" #norestore = "ABCabc"
} }
command { service = "NickServ"; name = "SET KEEPMODES"; command = "nickserv/set/keepmodes"; } command { service = "NickServ"; name = "SET KEEPMODES"; command = "nickserv/set/keepmodes" }
command { service = "NickServ"; name = "SASET KEEPMODES"; command = "nickserv/saset/keepmodes"; permission = "nickserv/saset/keepmodes"; } command { service = "NickServ"; name = "SASET KEEPMODES"; command = "nickserv/saset/keepmodes"; permission = "nickserv/saset/keepmodes" }
/* /*
* ns_set_language * ns_set_language
@@ -698,8 +698,8 @@ command { service = "NickServ"; name = "SASET KEEPMODES"; command = "nickserv/sa
* Allows configuring the language that services uses. * Allows configuring the language that services uses.
*/ */
module { name = "ns_set_language" } module { name = "ns_set_language" }
command { service = "NickServ"; name = "SET LANGUAGE"; command = "nickserv/set/language"; } command { service = "NickServ"; name = "SET LANGUAGE"; command = "nickserv/set/language" }
command { service = "NickServ"; name = "SASET LANGUAGE"; command = "nickserv/saset/language"; permission = "nickserv/saset/language"; } command { service = "NickServ"; name = "SASET LANGUAGE"; command = "nickserv/saset/language"; permission = "nickserv/saset/language" }
/* /*
* ns_set_layout * ns_set_layout
@@ -709,8 +709,8 @@ command { service = "NickServ"; name = "SASET LANGUAGE"; command = "nickserv/sas
* Allows configuring the layout that services uses. * Allows configuring the layout that services uses.
*/ */
module { name = "ns_set_layout" } module { name = "ns_set_layout" }
command { service = "NickServ"; name = "SET LAYOUT"; command = "nickserv/set/layout"; } command { service = "NickServ"; name = "SET LAYOUT"; command = "nickserv/set/layout" }
command { service = "NickServ"; name = "SASET LAYOUT"; command = "nickserv/saset/layout"; permission = "nickserv/saset/layout"; } command { service = "NickServ"; name = "SASET LAYOUT"; command = "nickserv/saset/layout"; permission = "nickserv/saset/layout" }
/* /*
* ns_set_message * ns_set_message
@@ -724,8 +724,8 @@ command { service = "NickServ"; name = "SASET LAYOUT"; command = "nickserv/saset
* message loops. Only enable this if you are sure this can not happen. * message loops. Only enable this if you are sure this can not happen.
*/ */
#module { name = "ns_set_message" } #module { name = "ns_set_message" }
#command { service = "NickServ"; name = "SET MESSAGE"; command = "nickserv/set/message"; } #command { service = "NickServ"; name = "SET MESSAGE"; command = "nickserv/set/message" }
#command { service = "NickServ"; name = "SASET MESSAGE"; command = "nickserv/saset/message"; permission = "nickserv/saset/message"; } #command { service = "NickServ"; name = "SASET MESSAGE"; command = "nickserv/saset/message"; permission = "nickserv/saset/message" }
/* /*
* ns_set_misc * ns_set_misc
@@ -736,12 +736,12 @@ command { service = "NickServ"; name = "SASET LAYOUT"; command = "nickserv/saset
* A field named misc_description may be given for use with help output. * A field named misc_description may be given for use with help output.
*/ */
module { name = "ns_set_misc" } module { name = "ns_set_misc" }
command { service = "NickServ"; name = "SET URL"; command = "nickserv/set/misc"; misc_description = _("Associate a URL with your account"); } command { service = "NickServ"; name = "SET URL"; command = "nickserv/set/misc"; misc_description = _("Associate a URL with your account") }
command { service = "NickServ"; name = "SASET URL"; command = "nickserv/saset/misc"; misc_description = _("Associate a URL with this account"); permission = "nickserv/saset/url"; group = "nickserv/admin"; } command { service = "NickServ"; name = "SASET URL"; command = "nickserv/saset/misc"; misc_description = _("Associate a URL with this account"); permission = "nickserv/saset/url"; group = "nickserv/admin" }
#command { service = "NickServ"; name = "SET MASTODON"; command = "nickserv/set/misc"; misc_description = _("Associate a Mastodon account with your account"); } #command { service = "NickServ"; name = "SET MASTODON"; command = "nickserv/set/misc"; misc_description = _("Associate a Mastodon account with your account") }
#command { service = "NickServ"; name = "SASET MASTODON"; command = "nickserv/saset/misc"; misc_description = _("Associate a Mastodon account with this account"); permission = "nickserv/saset/mastodon"; group = "nickserv/admin"; } #command { service = "NickServ"; name = "SASET MASTODON"; command = "nickserv/saset/misc"; misc_description = _("Associate a Mastodon account with this account"); permission = "nickserv/saset/mastodon"; group = "nickserv/admin" }
#command { service = "NickServ"; name = "SET LOCATION"; command = "nickserv/set/misc"; misc_description = _("Associate a location with your account"); } #command { service = "NickServ"; name = "SET LOCATION"; command = "nickserv/set/misc"; misc_description = _("Associate a location with your account") }
#command { service = "NickServ"; name = "SASET LOCATION"; command = "nickserv/saset/misc"; misc_description = _("Associate a location with this account"); permission = "nickserv/saset/location"; group = "nickserv/admin"; } #command { service = "NickServ"; name = "SASET LOCATION"; command = "nickserv/saset/misc"; misc_description = _("Associate a location with this account"); permission = "nickserv/saset/location"; group = "nickserv/admin" }
/* /*
* ns_set_op * ns_set_op
@@ -752,15 +752,15 @@ command { service = "NickServ"; name = "SASET URL"; command = "nickserv/saset/mi
*/ */
module { name = "ns_set_op" } module { name = "ns_set_op" }
command { service = "NickServ"; name = "SET AUTOOP"; command = "nickserv/set/autoop"; } command { service = "NickServ"; name = "SET AUTOOP"; command = "nickserv/set/autoop" }
command { service = "NickServ"; name = "SASET AUTOOP"; command = "nickserv/saset/autoop"; permission = "nickserv/saset/autoop"; } command { service = "NickServ"; name = "SASET AUTOOP"; command = "nickserv/saset/autoop"; permission = "nickserv/saset/autoop" }
command { service = "NickServ"; name = "SET NEVEROP"; command = "nickserv/set/neverop"; } command { service = "NickServ"; name = "SET NEVEROP"; command = "nickserv/set/neverop" }
command { service = "NickServ"; name = "SASET NEVEROP"; command = "nickserv/saset/neverop"; permission = "nickserv/saset/neverop"; } command { service = "NickServ"; name = "SASET NEVEROP"; command = "nickserv/saset/neverop"; permission = "nickserv/saset/neverop" }
# For compatibility with DALnet Services. # For compatibility with DALnet Services.
command { service = "NickServ"; name = "SET NOOP"; command = "nickserv/set/neverop"; hide = yes; } command { service = "NickServ"; name = "SET NOOP"; command = "nickserv/set/neverop"; hide = yes }
command { service = "NickServ"; name = "SASET NOOP"; command = "nickserv/saset/neverop"; permission = "nickserv/saset/neverop"; hide = yes; } command { service = "NickServ"; name = "SASET NOOP"; command = "nickserv/saset/neverop"; permission = "nickserv/saset/neverop"; hide = yes }
/* /*
* ns_set_protect * ns_set_protect
@@ -770,12 +770,12 @@ command { service = "NickServ"; name = "SASET NOOP"; command = "nickserv/saset/n
* Used for configuring nickname protection. * Used for configuring nickname protection.
*/ */
module { name = "ns_set_protect" } module { name = "ns_set_protect" }
command { service = "NickServ"; name = "SET PROTECT"; command = "nickserv/set/protect"; } command { service = "NickServ"; name = "SET PROTECT"; command = "nickserv/set/protect" }
command { service = "NickServ"; name = "SASET PROTECT"; command = "nickserv/saset/protect"; permission = "nickserv/saset/protect"; } command { service = "NickServ"; name = "SASET PROTECT"; command = "nickserv/saset/protect"; permission = "nickserv/saset/protect" }
# For compatibility with Anope 2.0. # For compatibility with Anope 2.0.
command { service = "NickServ"; name = "SET KILL"; command = "nickserv/set/protect"; hide = yes; } command { service = "NickServ"; name = "SET KILL"; command = "nickserv/set/protect"; hide = yes }
command { service = "NickServ"; name = "SASET KILL"; command = "nickserv/saset/protect"; permission = "nickserv/saset/protect"; hide = yes; } command { service = "NickServ"; name = "SASET KILL"; command = "nickserv/saset/protect"; permission = "nickserv/saset/protect"; hide = yes }
/* /*
* ns_set_timezone * ns_set_timezone
@@ -785,8 +785,8 @@ command { service = "NickServ"; name = "SASET KILL"; command = "nickserv/saset/p
* Allows configuring the timezone that services uses. * Allows configuring the timezone that services uses.
*/ */
module { name = "ns_set_timezone" } module { name = "ns_set_timezone" }
command { service = "NickServ"; name = "SET TIMEZONE"; command = "nickserv/set/timezone"; } command { service = "NickServ"; name = "SET TIMEZONE"; command = "nickserv/set/timezone" }
command { service = "NickServ"; name = "SASET TIMEZONE"; command = "nickserv/saset/timezone"; permission = "nickserv/saset/timezone"; } command { service = "NickServ"; name = "SASET TIMEZONE"; command = "nickserv/saset/timezone"; permission = "nickserv/saset/timezone" }
/* /*
* ns_suspend * ns_suspend
@@ -813,8 +813,8 @@ module
*/ */
show = "suspended, by, reason, on, expires" show = "suspended, by, reason, on, expires"
} }
command { service = "NickServ"; name = "SUSPEND"; command = "nickserv/suspend"; permission = "nickserv/suspend"; group = "nickserv/admin"; } command { service = "NickServ"; name = "SUSPEND"; command = "nickserv/suspend"; permission = "nickserv/suspend"; group = "nickserv/admin" }
command { service = "NickServ"; name = "UNSUSPEND"; command = "nickserv/unsuspend"; permission = "nickserv/suspend"; group = "nickserv/admin"; } command { service = "NickServ"; name = "UNSUSPEND"; command = "nickserv/unsuspend"; permission = "nickserv/suspend"; group = "nickserv/admin" }
/* /*
* ns_update * ns_update
@@ -824,4 +824,4 @@ command { service = "NickServ"; name = "UNSUSPEND"; command = "nickserv/unsuspen
* Used to update your status on all channels, turn on your vhost, etc. * Used to update your status on all channels, turn on your vhost, etc.
*/ */
module { name = "ns_update" } module { name = "ns_update" }
command { service = "NickServ"; name = "UPDATE"; command = "nickserv/update"; } command { service = "NickServ"; name = "UPDATE"; command = "nickserv/update" }
+45 -45
View File
@@ -143,7 +143,7 @@ module
*/ */
/* Give it a help command. */ /* Give it a help command. */
command { service = "OperServ"; name = "HELP"; command = "generic/help"; } command { service = "OperServ"; name = "HELP"; command = "generic/help" }
/* /*
* os_akill * os_akill
@@ -153,7 +153,7 @@ command { service = "OperServ"; name = "HELP"; command = "generic/help"; }
* Used to ban users from the network. * Used to ban users from the network.
*/ */
module { name = "os_akill" } module { name = "os_akill" }
command { service = "OperServ"; name = "AKILL"; command = "operserv/akill"; permission = "operserv/akill"; } command { service = "OperServ"; name = "AKILL"; command = "operserv/akill"; permission = "operserv/akill" }
/* /*
* os_chankill * os_chankill
@@ -163,7 +163,7 @@ command { service = "OperServ"; name = "AKILL"; command = "operserv/akill"; perm
* Used to akill users from an entire channel. * Used to akill users from an entire channel.
*/ */
module { name = "os_chankill" } module { name = "os_chankill" }
command { service = "OperServ"; name = "CHANKILL"; command = "operserv/chankill"; permission = "operserv/chankill"; } command { service = "OperServ"; name = "CHANKILL"; command = "operserv/chankill"; permission = "operserv/chankill" }
/* /*
* os_defcon * os_defcon
@@ -271,7 +271,7 @@ command { service = "OperServ"; name = "CHANKILL"; command = "operserv/chankill"
*/ */
#akillreason = "This network is currently not accepting connections, please try again later." #akillreason = "This network is currently not accepting connections, please try again later."
} }
#command { service = "OperServ"; name = "DEFCON"; command = "operserv/defcon"; permission = "operserv/defcon"; } #command { service = "OperServ"; name = "DEFCON"; command = "operserv/defcon"; permission = "operserv/defcon" }
/* /*
* os_dns * os_dns
@@ -292,10 +292,10 @@ command { service = "OperServ"; name = "CHANKILL"; command = "operserv/chankill"
* *
* To do this using BIND, configure similar to: * To do this using BIND, configure similar to:
* *
* options { max-refresh-time 60; }; * options { max-refresh-time 60 };
* zone "irc.example.com" IN { * zone "irc.example.com" IN {
* type secondary; * type secondary;
* primaries { 127.0.0.1 port 5353; }; * primaries { 127.0.0.1 port 5353 };
* }; * };
* *
* Where 127.0.0.1:5353 is the IP and port services are listening on. * Where 127.0.0.1:5353 is the IP and port services are listening on.
@@ -332,7 +332,7 @@ command { service = "OperServ"; name = "CHANKILL"; command = "operserv/chankill"
*/ */
readd_connected_servers = no readd_connected_servers = no
} }
#command { service = "OperServ"; name = "DNS"; command = "operserv/dns"; permission = "operserv/dns"; } #command { service = "OperServ"; name = "DNS"; command = "operserv/dns"; permission = "operserv/dns" }
/* /*
* os_config * os_config
@@ -342,7 +342,7 @@ command { service = "OperServ"; name = "CHANKILL"; command = "operserv/chankill"
* Used to view and set configuration options while services are running. * Used to view and set configuration options while services are running.
*/ */
module { name = "os_config" } module { name = "os_config" }
command { service = "OperServ"; name = "CONFIG"; command = "operserv/config"; permission = "operserv/config"; } command { service = "OperServ"; name = "CONFIG"; command = "operserv/config"; permission = "operserv/config" }
/* /*
* os_forbid * os_forbid
@@ -379,7 +379,7 @@ module
} }
} }
command { service = "OperServ"; name = "FORBID"; command = "operserv/forbid"; permission = "operserv/forbid"; } command { service = "OperServ"; name = "FORBID"; command = "operserv/forbid"; permission = "operserv/forbid" }
/* /*
* os_ignore * os_ignore
@@ -389,7 +389,7 @@ command { service = "OperServ"; name = "FORBID"; command = "operserv/forbid"; pe
* Used to make Anope ignore users. * Used to make Anope ignore users.
*/ */
module { name = "os_ignore" } module { name = "os_ignore" }
command { service = "OperServ"; name = "IGNORE"; command = "operserv/ignore"; permission = "operserv/ignore"; } command { service = "OperServ"; name = "IGNORE"; command = "operserv/ignore"; permission = "operserv/ignore" }
/* /*
* os_info * os_info
@@ -399,7 +399,7 @@ command { service = "OperServ"; name = "IGNORE"; command = "operserv/ignore"; pe
* Used to add oper only notes to users and channels. * Used to add oper only notes to users and channels.
*/ */
module { name = "os_info" } module { name = "os_info" }
command { service = "OperServ"; name = "INFO"; command = "operserv/info"; permission = "operserv/info"; } command { service = "OperServ"; name = "INFO"; command = "operserv/info"; permission = "operserv/info" }
/* /*
* os_jupe * os_jupe
@@ -409,7 +409,7 @@ command { service = "OperServ"; name = "INFO"; command = "operserv/info"; permis
* Used to disconnect servers from the network and prevent them from relinking. * Used to disconnect servers from the network and prevent them from relinking.
*/ */
module { name = "os_jupe" } module { name = "os_jupe" }
command { service = "OperServ"; name = "JUPE"; command = "operserv/jupe"; permission = "operserv/jupe"; } command { service = "OperServ"; name = "JUPE"; command = "operserv/jupe"; permission = "operserv/jupe" }
/* /*
* os_kick * os_kick
@@ -419,7 +419,7 @@ command { service = "OperServ"; name = "JUPE"; command = "operserv/jupe"; permis
* Used to kick users from channels. * Used to kick users from channels.
*/ */
module { name = "os_kick" } module { name = "os_kick" }
command { service = "OperServ"; name = "KICK"; command = "operserv/kick"; permission = "operserv/kick"; } command { service = "OperServ"; name = "KICK"; command = "operserv/kick"; permission = "operserv/kick" }
/* /*
* os_kill * os_kill
@@ -429,7 +429,7 @@ command { service = "OperServ"; name = "KICK"; command = "operserv/kick"; permis
* Used to forcibly disconnect users from the network. * Used to forcibly disconnect users from the network.
*/ */
module { name = "os_kill" } module { name = "os_kill" }
command { service = "OperServ"; name = "KILL"; command = "operserv/kill"; permission = "operserv/kill"; } command { service = "OperServ"; name = "KILL"; command = "operserv/kill"; permission = "operserv/kill" }
/* /*
* os_list * os_list
@@ -439,8 +439,8 @@ command { service = "OperServ"; name = "KILL"; command = "operserv/kill"; permis
* Used to list and search the channels and users currently on the network. * Used to list and search the channels and users currently on the network.
*/ */
module { name = "os_list" } module { name = "os_list" }
command { service = "OperServ"; name = "CHANLIST"; command = "operserv/chanlist"; permission = "operserv/chanlist"; } command { service = "OperServ"; name = "CHANLIST"; command = "operserv/chanlist"; permission = "operserv/chanlist" }
command { service = "OperServ"; name = "USERLIST"; command = "operserv/userlist"; permission = "operserv/userlist"; } command { service = "OperServ"; name = "USERLIST"; command = "operserv/userlist"; permission = "operserv/userlist" }
/* /*
* os_login * os_login
@@ -450,8 +450,8 @@ command { service = "OperServ"; name = "USERLIST"; command = "operserv/userlist"
* Used to login to OperServ, only required if your oper block requires this. * Used to login to OperServ, only required if your oper block requires this.
*/ */
module { name = "os_login" } module { name = "os_login" }
command { service = "OperServ"; name = "LOGIN"; command = "operserv/login"; } command { service = "OperServ"; name = "LOGIN"; command = "operserv/login" }
command { service = "OperServ"; name = "LOGOUT"; command = "operserv/logout"; } command { service = "OperServ"; name = "LOGOUT"; command = "operserv/logout" }
/* /*
* os_logsearch * os_logsearch
@@ -469,7 +469,7 @@ module
*/ */
logname = "services.log" logname = "services.log"
} }
command { service = "OperServ"; name = "LOGSEARCH"; command = "operserv/logsearch"; permission = "operserv/logsearch"; } command { service = "OperServ"; name = "LOGSEARCH"; command = "operserv/logsearch"; permission = "operserv/logsearch" }
/* /*
* os_mode * os_mode
@@ -479,8 +479,8 @@ command { service = "OperServ"; name = "LOGSEARCH"; command = "operserv/logsearc
* Used to change user and channel modes. * Used to change user and channel modes.
*/ */
module { name = "os_mode" } module { name = "os_mode" }
command { service = "OperServ"; name = "UMODE"; command = "operserv/umode"; permission = "operserv/umode"; } command { service = "OperServ"; name = "UMODE"; command = "operserv/umode"; permission = "operserv/umode" }
command { service = "OperServ"; name = "MODE"; command = "operserv/mode"; permission = "operserv/mode"; } command { service = "OperServ"; name = "MODE"; command = "operserv/mode"; permission = "operserv/mode" }
/* /*
* os_modinfo * os_modinfo
@@ -490,8 +490,8 @@ command { service = "OperServ"; name = "MODE"; command = "operserv/mode"; permis
* Used to show information about loaded modules. * Used to show information about loaded modules.
*/ */
module { name = "os_modinfo" } module { name = "os_modinfo" }
command { service = "OperServ"; name = "MODINFO"; command = "operserv/modinfo"; permission = "operserv/modinfo"; } command { service = "OperServ"; name = "MODINFO"; command = "operserv/modinfo"; permission = "operserv/modinfo" }
command { service = "OperServ"; name = "MODLIST"; command = "operserv/modlist"; permission = "operserv/modinfo"; } command { service = "OperServ"; name = "MODLIST"; command = "operserv/modlist"; permission = "operserv/modinfo" }
/* /*
* os_module * os_module
@@ -501,9 +501,9 @@ command { service = "OperServ"; name = "MODLIST"; command = "operserv/modlist";
* Used to load, reload, and unload modules. * Used to load, reload, and unload modules.
*/ */
module { name = "os_module" } module { name = "os_module" }
command { service = "OperServ"; name = "MODLOAD"; command = "operserv/modload"; permission = "operserv/modload"; } command { service = "OperServ"; name = "MODLOAD"; command = "operserv/modload"; permission = "operserv/modload" }
command { service = "OperServ"; name = "MODRELOAD"; command = "operserv/modreload"; permission = "operserv/modload"; } command { service = "OperServ"; name = "MODRELOAD"; command = "operserv/modreload"; permission = "operserv/modload" }
command { service = "OperServ"; name = "MODUNLOAD"; command = "operserv/modunload"; permission = "operserv/modload"; } command { service = "OperServ"; name = "MODUNLOAD"; command = "operserv/modunload"; permission = "operserv/modload" }
/* /*
* os_news * os_news
@@ -537,9 +537,9 @@ module
*/ */
#showdate = yes #showdate = yes
} }
command { service = "OperServ"; name = "LOGONNEWS"; command = "operserv/logonnews"; permission = "operserv/news"; } command { service = "OperServ"; name = "LOGONNEWS"; command = "operserv/logonnews"; permission = "operserv/news" }
command { service = "OperServ"; name = "OPERNEWS"; command = "operserv/opernews"; permission = "operserv/news"; } command { service = "OperServ"; name = "OPERNEWS"; command = "operserv/opernews"; permission = "operserv/news" }
command { service = "OperServ"; name = "RANDOMNEWS"; command = "operserv/randomnews"; permission = "operserv/news"; } command { service = "OperServ"; name = "RANDOMNEWS"; command = "operserv/randomnews"; permission = "operserv/news" }
/* /*
* os_noop * os_noop
@@ -549,7 +549,7 @@ command { service = "OperServ"; name = "RANDOMNEWS"; command = "operserv/randomn
* Used to NOOP a server, which prevents users from opering on that server. * Used to NOOP a server, which prevents users from opering on that server.
*/ */
#module { name = "os_noop" } #module { name = "os_noop" }
command { service = "OperServ"; name = "NOOP"; command = "operserv/noop"; permission = "operserv/noop"; } command { service = "OperServ"; name = "NOOP"; command = "operserv/noop"; permission = "operserv/noop" }
/* /*
* os_oper * os_oper
@@ -559,7 +559,7 @@ command { service = "OperServ"; name = "NOOP"; command = "operserv/noop"; permis
* Used to configure opers and show information about opertypes. * Used to configure opers and show information about opertypes.
*/ */
module { name = "os_oper" } module { name = "os_oper" }
command { service = "OperServ"; name = "OPER"; command = "operserv/oper"; permission = "operserv/oper"; } command { service = "OperServ"; name = "OPER"; command = "operserv/oper"; permission = "operserv/oper" }
/* /*
* os_reload * os_reload
@@ -569,7 +569,7 @@ command { service = "OperServ"; name = "OPER"; command = "operserv/oper"; permis
* Used to reload the anope.conf configuration file. * Used to reload the anope.conf configuration file.
*/ */
module { name = "os_reload" } module { name = "os_reload" }
command { service = "OperServ"; name = "RELOAD"; command = "operserv/reload"; permission = "operserv/reload"; } command { service = "OperServ"; name = "RELOAD"; command = "operserv/reload"; permission = "operserv/reload" }
/* /*
* os_session * os_session
@@ -652,8 +652,8 @@ module
session_ipv4_cidr = 32 session_ipv4_cidr = 32
session_ipv6_cidr = 128 session_ipv6_cidr = 128
} }
command { service = "OperServ"; name = "EXCEPTION"; command = "operserv/exception"; permission = "operserv/exception"; } command { service = "OperServ"; name = "EXCEPTION"; command = "operserv/exception"; permission = "operserv/exception" }
command { service = "OperServ"; name = "SESSION"; command = "operserv/session"; permission = "operserv/session"; } command { service = "OperServ"; name = "SESSION"; command = "operserv/session"; permission = "operserv/session" }
/* /*
* os_set * os_set
@@ -674,7 +674,7 @@ module
*/ */
#superadmin = yes #superadmin = yes
} }
command { service = "OperServ"; name = "SET"; command = "operserv/set"; permission = "operserv/set"; } command { service = "OperServ"; name = "SET"; command = "operserv/set"; permission = "operserv/set" }
/* /*
* os_shutdown * os_shutdown
@@ -694,9 +694,9 @@ module
*/ */
requirename = yes requirename = yes
} }
#command { service = "OperServ"; name = "QUIT"; command = "operserv/quit"; permission = "operserv/quit"; } #command { service = "OperServ"; name = "QUIT"; command = "operserv/quit"; permission = "operserv/quit" }
command { service = "OperServ"; name = "RESTART"; command = "operserv/restart"; permission = "operserv/restart"; } command { service = "OperServ"; name = "RESTART"; command = "operserv/restart"; permission = "operserv/restart" }
command { service = "OperServ"; name = "SHUTDOWN"; command = "operserv/shutdown"; permission = "operserv/shutdown"; } command { service = "OperServ"; name = "SHUTDOWN"; command = "operserv/shutdown"; permission = "operserv/shutdown" }
/* /*
* os_stats * os_stats
@@ -706,7 +706,7 @@ command { service = "OperServ"; name = "SHUTDOWN"; command = "operserv/shutdown"
* Used to show statistics about services. * Used to show statistics about services.
*/ */
module { name = "os_stats" } module { name = "os_stats" }
command { service = "OperServ"; name = "STATS"; command = "operserv/stats"; permission = "operserv/stats"; } command { service = "OperServ"; name = "STATS"; command = "operserv/stats"; permission = "operserv/stats" }
/* /*
* os_svs * os_svs
@@ -716,9 +716,9 @@ command { service = "OperServ"; name = "STATS"; command = "operserv/stats"; perm
* Used to force users to change nicks, join and part channels. * Used to force users to change nicks, join and part channels.
*/ */
module { name = "os_svs" } module { name = "os_svs" }
command { service = "OperServ"; name = "SVSNICK"; command = "operserv/svsnick"; permission = "operserv/svs"; } command { service = "OperServ"; name = "SVSNICK"; command = "operserv/svsnick"; permission = "operserv/svs" }
command { service = "OperServ"; name = "SVSJOIN"; command = "operserv/svsjoin"; permission = "operserv/svs"; } command { service = "OperServ"; name = "SVSJOIN"; command = "operserv/svsjoin"; permission = "operserv/svs" }
command { service = "OperServ"; name = "SVSPART"; command = "operserv/svspart"; permission = "operserv/svs"; } command { service = "OperServ"; name = "SVSPART"; command = "operserv/svspart"; permission = "operserv/svs" }
/* /*
* os_sxline * os_sxline
@@ -728,8 +728,8 @@ command { service = "OperServ"; name = "SVSPART"; command = "operserv/svspart";
* Used to ban real names, nick names, and possibly channels. * Used to ban real names, nick names, and possibly channels.
*/ */
module { name = "os_sxline" } module { name = "os_sxline" }
command { service = "OperServ"; name = "SNLINE"; command = "operserv/snline"; permission = "operserv/snline"; } command { service = "OperServ"; name = "SNLINE"; command = "operserv/snline"; permission = "operserv/snline" }
command { service = "OperServ"; name = "SQLINE"; command = "operserv/sqline"; permission = "operserv/sqline"; } command { service = "OperServ"; name = "SQLINE"; command = "operserv/sqline"; permission = "operserv/sqline" }
/* /*
* os_update * os_update
@@ -739,4 +739,4 @@ command { service = "OperServ"; name = "SQLINE"; command = "operserv/sqline"; pe
* Use to immediately update the databases. * Use to immediately update the databases.
*/ */
module { name = "os_update" } module { name = "os_update" }
command { service = "OperServ"; name = "UPDATE"; command = "operserv/update"; permission = "operserv/update"; } command { service = "OperServ"; name = "UPDATE"; command = "operserv/update"; permission = "operserv/update" }