os_notify
Module Author: genius3000
Category: OperServ
Status: Published
User Rating:
(0 Comments)
This module allows Opers to be notified of flagged events done by Users matching a mask (wildcard and regex allowed). Channel masks can also be used to track any users that join a matching channel.
Available flags:
* c = Connects
* d = Disconnects
* j = channel Joins
* k = channel Kicks
* m = channel Modes
* n = Nick changes
* p = channel Parts
* s = Services commands (-SET)
* S = Services SET commands
* t = Topics
* u = Usermodes
OperServ Config:
module { name = "os_notify" }
command { service = "OperServ"; name = "NOTIFY"; command = "operserv/notify"; permission = "operserv/notify"; }
Also add the Permission: "operserv/notify" to your preferred OperType
Logging is done via the main log system with 3 categories:
* notify/user
* notify/channel
* notify/commands
Expiring entries follow the log format of: expire/notify
Usage:
/msg OperServ NOTIFY ADD +expiry flags|* mask [:]reason
/msg OperServ NOTIFY DEL mask | entry-num | list
/msg OperServ NOTIFY LIST | VIEW | SHOW [mask | entry-num | list]
/msg OperServ NOTIFY CLEAR
/msg OperServ NOTIFY REMOVE nick
SHOW and REMOVE act on the currently online and matched Users list.
Issues/Found a Bug? Please file an issue at https://github.com/genius3000/anope-modules
Latest Module Releases
- v1.1.0 - Released: 28/07/18 (1 file)
- v1.0.0 - Released: 28/10/17 (1 file)