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

added cs_seen

This commit is contained in:
DukePyrolator
2011-08-11 07:03:20 +02:00
parent 3755bf5bcd
commit 4e1f54ff9c
2 changed files with 455 additions and 0 deletions
+11
View File
@@ -459,6 +459,17 @@ command { service = "ChanServ"; name = "DEOWNER"; command = "chanserv/deowner";
module { name = "cs_register" }
command { service = "ChanServ"; name = "REGISTER"; command = "chanserv/register"; }
/*
* cs_seen
*
* Provides the commands chanserv/seen and operserv/seen.
*
* Logs for each user when he or she was last seen and makes this information publically available.
*/
module { name = "cs_seen" }
command { service = "ChanServ"; name = "SEEN"; command = "chanserv/seen"; }
command { service = "OperServ"; name = "SEEN"; command = "operserv/seen"; }
/*
* cs_set
*