diff options
author | Adam <Adam@anope.org> | 2013-03-30 22:08:51 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-03-30 22:08:51 -0500 |
commit | d23817604c9593857dad2f3e3f42b74ece0d81e3 (patch) | |
tree | 0c0e7f6218a247417d75b5a8ac3b857ed4da4d57 /data/botserv.example.conf | |
parent | 4694c7afb4c0cabdf615021a69d550a9c60c42e0 (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.conf | 1 |
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"; } |