summaryrefslogtreecommitdiff
path: root/data/botserv.example.conf
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-03-30 22:08:51 -0500
committerAdam <Adam@anope.org>2013-03-30 22:08:51 -0500
commitd23817604c9593857dad2f3e3f42b74ece0d81e3 (patch)
tree0c0e7f6218a247417d75b5a8ac3b857ed4da4d57 /data/botserv.example.conf
parent4694c7afb4c0cabdf615021a69d550a9c60c42e0 (diff)
Add /bs set banexpire command to configure if/when botserv bans expire
Diffstat (limited to 'data/botserv.example.conf')
-rw-r--r--data/botserv.example.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf
index 19946c42a..b0cc513ae 100644
--- a/data/botserv.example.conf
+++ b/data/botserv.example.conf
@@ -274,6 +274,7 @@ command { service = "BotServ"; name = "KICK UNDERLINES"; command = "botserv/kick
*/
module { name = "bs_set" }
command { service = "BotServ"; name = "SET"; command = "botserv/set"; }
+command { service = "BotServ"; name = "SET BANEXPIRE"; command = "botserv/set/banexpire"; }
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 FANTASY"; command = "botserv/set/fantasy"; }