diff options
-rw-r--r-- | data/botserv.example.conf | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf index 817188bc8..938f7c738 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -148,7 +148,7 @@ module command { service = "BotServ"; name = "HELP"; command = "generic/help"; } /* - * botserv/gassign + * botserv/assign * * Provides the commands: * botserv/assign - Used to assign BotServ bots to channels @@ -163,7 +163,7 @@ command { service = "BotServ"; name = "UNASSIGN"; command = "botserv/unassign"; command { service = "BotServ"; name = "SET NOBOT"; command = "botserv/set/nobot"; permission = "botserv/set/nobot"; } /* - * botserv/gautoassign + * botserv/autoassign * * Allows service bots to be automatically assigned to channels upon registration. */ @@ -178,7 +178,7 @@ command { service = "BotServ"; name = "SET NOBOT"; command = "botserv/set/nobot" } /* - * botserv/gbadwords + * botserv/badwords * * Provides the command botserv/badwords. * @@ -203,48 +203,48 @@ module command { service = "BotServ"; name = "BADWORDS"; command = "botserv/badwords"; } /* - * botserv/gbot + * botserv/bot * * Provides the command botserv/bot. * * Used for administrating BotServ bots. */ -module { name = "botserv/gbot" } +module { name = "botserv/bot" } command { service = "BotServ"; name = "BOT"; command = "botserv/bot"; permission = "botserv/bot"; } /* - * botserv/gbotlist + * botserv/botlist * * Provides the command botserv/botlist. * * Used for listing all available bots. */ -module { name = "botserv/gbotlist" } +module { name = "botserv/botlist" } command { service = "BotServ"; name = "BOTLIST"; command = "botserv/botlist"; } /* - * botserv/gcontrol + * botserv/control * * Provides the commands botserv/act and botserv/say. * * Used for making the bot message a channel. */ -module { name = "botserv/gcontrol" } +module { name = "botserv/control" } command { service = "BotServ"; name = "ACT"; command = "botserv/act"; } command { service = "BotServ"; name = "SAY"; command = "botserv/say"; } /* - * botserv/ginfo + * botserv/info * * Provides the command botserv/info. * * Used for getting information on bots or channels. */ -module { name = "botserv/ginfo" } +module { name = "botserv/info" } command { service = "BotServ"; name = "INFO"; command = "botserv/info"; } /* - * botserv/gkick + * botserv/kick * * Provides the commands: * botserv/kick - Dummy help wrapper for the KICK command. @@ -265,7 +265,7 @@ command { service = "BotServ"; name = "INFO"; command = "botserv/info"; } */ module { - name = "botserv/gkick" + name = "botserv/kick" /* * The amount of time that data for a user is valid in BotServ. If the data exceeds this time, @@ -299,12 +299,12 @@ command { service = "BotServ"; name = "SET DONTKICKVOICES"; command = "botserv/s /* - * botserv/gset + * botserv/set * * Provides the commands: * botserv/set/private - Used to prohibit specific BotServ bots from being assigned to channels. */ -module { name = "botserv/gset" } +module { name = "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 PRIVATE"; command = "botserv/set/private"; permission = "botserv/set/private"; } |