Implement monitoring system for flexible metadata matching
This commit is contained in:
1
conf/example/mon.json
Normal file
1
conf/example/mon.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
conf/example/monitor.json
Normal file
1
conf/example/monitor.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -6,16 +6,18 @@
|
||||
"mod": "mod <name> [<key>] [<value>]",
|
||||
"default": "default [<key>] [<value>]",
|
||||
"get": "get <name> <variable>",
|
||||
"key": "key <master|show|add|del|except|unexcept|showexcept|monitor> [<name>] [<target>] [<key...>] [<on|off>]",
|
||||
"key": "key <master|list|add|del|except|unexcept|listexcept|monitor> [<name>] [<target>] [<key...>] [<on|off>]",
|
||||
"who": "who <nick>",
|
||||
"join": "join <name> <channel> [<key>]",
|
||||
"part": "part <name> <channel>",
|
||||
"enable": "enable <name>",
|
||||
"disable": "disable <name>",
|
||||
"list": "list",
|
||||
"stats": "stats [<name>]",
|
||||
"save": "save <config|keyconf|pool|help|wholist|counters|masterbuf|all>",
|
||||
"load": "load <config|keyconf|pool|help|wholist|counters|masterbuf|all>",
|
||||
"save": "save <config|keyconf|pool|help|wholist|counters|masterbuf|monitor|all>",
|
||||
"load": "load <config|keyconf|pool|help|wholist|counters|masterbuf|monitor|all>",
|
||||
"dist": "dist",
|
||||
"loadmod": "loadmod <module>",
|
||||
"msg": "msg <name> <target> <message...>"
|
||||
"msg": "msg <name> <target> <message...>",
|
||||
"mon": "mon -h"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user