mirror of
https://github.com/anope/anope.git
synced 2026-07-10 12:03:12 +02:00
Fixed zlines to only add the xline host, fixed db_mysql's write function, and prevent adding multiple of the same nick to access lists
This commit is contained in:
@@ -477,11 +477,12 @@ command { service = "ChanServ"; name = "REGISTER"; command = "chanserv/register"
|
||||
*
|
||||
* 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.
|
||||
* Records the last time a user was seen and what they were doing and allows users to request this data.
|
||||
* Also allows administrators to view stats about seen data and purge the database.
|
||||
*/
|
||||
module { name = "cs_seen" }
|
||||
command { service = "ChanServ"; name = "SEEN"; command = "chanserv/seen"; }
|
||||
command { service = "OperServ"; name = "SEEN"; command = "operserv/seen"; }
|
||||
#command { service = "OperServ"; name = "SEEN"; command = "operserv/seen"; }
|
||||
|
||||
/*
|
||||
* cs_set
|
||||
|
||||
Reference in New Issue
Block a user