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:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user