diff options
author | Adam <Adam@anope.org> | 2012-12-27 11:06:00 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-12-27 11:06:00 -0500 |
commit | 4ab8a70b219608ffb4ebd0838f7f696ad1c48d65 (patch) | |
tree | 4aa3d4f0b6ca60bf41c8923a43fc93650b942dd8 /data | |
parent | c88a3fffd5f99c4927f1d14e119650e14d5c921b (diff) |
Add an expiry option to /cs ban
Diffstat (limited to 'data')
-rw-r--r-- | data/chanserv.example.conf | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index c6a0bc509..5933c5ba3 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -397,7 +397,7 @@ privilege /* * BAN privilege. * - * Used by chanserv/ban and chanserv/tban. + * Used by chanserv/ban. * * Users with this permission can use the BAN command. */ @@ -880,16 +880,6 @@ module { name = "cs_ban" } command { service = "ChanServ"; name = "BAN"; command = "chanserv/ban"; } /* - * cs_tban - * - * Provides the command chanserv/tban. - * - * Used for banning users from channels for a specified time. - */ -module { name = "cs_tban" } -command { service = "ChanServ"; name = "TBAN"; command = "chanserv/tban"; } - -/* * cs_clone * * Provides the command chanserv/clone. |