summaryrefslogtreecommitdiff
path: root/data/botserv.example.conf
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-10-08 04:16:23 -0400
committerAdam <Adam@anope.org>2012-10-08 04:16:23 -0400
commite57b470e83fac205a354138b1daccec654214e39 (patch)
tree4574a088eda4bc5fa141f7bcbda07e141eae260a /data/botserv.example.conf
parentb8b63ff115f0daddf479b0da507a2f731255a06d (diff)
Made fantasy commands configurable
Diffstat (limited to 'data/botserv.example.conf')
-rw-r--r--data/botserv.example.conf52
1 files changed, 52 insertions, 0 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf
index e4605f1ab..fd3d2dc1e 100644
--- a/data/botserv.example.conf
+++ b/data/botserv.example.conf
@@ -308,3 +308,55 @@ command { service = "BotServ"; name = "SET NOBOT"; command = "botserv/set/nobot"
module { name = "bs_set_private" }
command { service = "BotServ"; name = "SET PRIVATE"; command = "botserv/set/private"; }
+/* Fantasy commands
+ *
+ * Fantasy commands can be executed in channels that have a BotServ bot by prefixing the
+ * command with one of the fantasy characters configured in botserv:fantasycharacter.
+ *
+ * Sane defaults are provided below that do not need to be edited unless you wish to change the default behavior.
+ */
+
+fantasy { name = "ACCESS"; command = "chanserv/access"; }
+fantasy { name = "AKICK"; command = "chanserv/akick"; }
+fantasy { name = "AOP"; command = "chanserv/aop"; }
+fantasy { name = "APPENDTOPIC"; command = "chanserv/appendtopic"; }
+fantasy { name = "BAN"; command = "chanserv/ban"; }
+fantasy { name = "CLEARUSERS"; command = "chanserv/clearusers"; }
+fantasy { name = "CLONE"; command = "chanserv/clone"; }
+fantasy { name = "DEHALFOP"; command = "chanserv/dehalfop"; }
+fantasy { name = "DEOP"; command = "chanserv/deop"; }
+fantasy { name = "DEOWNER"; command = "chanserv/deowner"; }
+fantasy { name = "DEPROTECT"; command = "chanserv/deprotect"; }
+fantasy { name = "DEVOICE"; command = "chanserv/devoice"; }
+fantasy { name = "DOWN"; command = "chanserv/down"; }
+fantasy { name = "ENFORCE"; command = "chanserv/enforce"; }
+fantasy { name = "ENTRYMSG"; command = "chanserv/entrymsg"; }
+fantasy { name = "FLAGS"; command = "chanserv/flags"; }
+fantasy { name = "HALFOP"; command = "chanserv/halfop"; }
+fantasy { name = "HELP"; command = "chanserv/help"; }
+fantasy { name = "HOP"; command = "chanserv/hop"; }
+fantasy { name = "INFO"; command = "chanserv/info"; }
+fantasy { name = "INVITE"; command = "chanserv/invite"; }
+fantasy { name = "K"; command = "chanserv/kick"; }
+fantasy { name = "KB"; command = "chanserv/ban"; }
+fantasy { name = "KICK"; command = "chanserv/kick"; }
+fantasy { name = "LEVELS"; command = "chanserv/levels"; }
+fantasy { name = "LIST"; command = "chanserv/list"; }
+fantasy { name = "LOG"; command = "chanserv/log"; }
+fantasy { name = "MODE"; command = "chanserv/mode"; }
+fantasy { name = "OP"; command = "chanserv/op"; }
+fantasy { name = "OWNER"; command = "chanserv/owner"; }
+fantasy { name = "PROTECT"; command = "chanserv/protect"; }
+fantasy { name = "QOP"; command = "chanserv/qop"; }
+fantasy { name = "SEEN"; command = "chanserv/seen"; }
+fantasy { name = "SOP"; command = "chanserv/sop"; }
+fantasy { name = "SUSPEND"; command = "chanserv/suspend"; }
+fantasy { name = "SYNC"; command = "chanserv/sync"; }
+fantasy { name = "TOPIC"; command = "chanserv/topic"; }
+fantasy { name = "UNBAN"; command = "chanserv/unban"; }
+fantasy { name = "UNBAN"; command = "chanserv/unban"; }
+fantasy { name = "UNSUSPEND"; command = "chanserv/unsuspend"; }
+fantasy { name = "UP"; command = "chanserv/up"; }
+fantasy { name = "VOICE"; command = "chanserv/voice"; }
+fantasy { name = "VOP"; command = "chanserv/vop"; }
+