1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 10:43:14 +02:00

Added chanserv/log

This commit is contained in:
Adam
2011-09-03 01:10:12 -04:00
parent 19e0b87aa1
commit 1478b5bbd7
18 changed files with 340 additions and 83 deletions
+10
View File
@@ -438,6 +438,16 @@ command { service = "ChanServ"; name = "K"; command = "chanserv/kick"; }
module { name = "cs_list" }
command { service = "ChanServ"; name = "LIST"; command = "chanserv/list"; permission = "chanserv/list"; }
/*
* cs_log
*
* Provides the command chanserv/log.
*
* Use for configuring what actions on channels are logged and where.
*/
module { name = "cs_log" }
command { service = "ChanServ"; name = "LOG"; command = "chanserv/log"; }
/*
* cs_mode
*