Implement query notifications and recognise ZNC's messages

This commit is contained in:
2018-05-07 19:58:19 +01:00
parent 2e2e35cad7
commit 66e7785f6f
8 changed files with 74 additions and 19 deletions

View File

@@ -8,14 +8,25 @@
},
"UsePassword": true,
"ConnectOnCreate": false,
"HighlightNotifications": true,
"ConnectionNotifications": true,
"Notifications": {
"Highlight": true,
"Connection": true,
"Query": true
},
"Compat": {
"ZNC": true
},
"Dist": {
"Enabled": true,
"SendOutput": false,
"File": "conf/dist.sh"
},
"Password": "s",
"Tweaks": {
"ZNC": {
"Prefix": "*"
}
},
"Default": {
"host": null,
"port": null,

View File

@@ -6,7 +6,7 @@
"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|show|add|del|except|unexcept|showexcept|monitor> [<name>] [<target>] [<key...>] [<on|off>]",
"who": "who <nick>",
"join": "join <name> <channel> [<key>]",
"enable": "enable <name>",
@@ -16,5 +16,6 @@
"save": "save <config|keyconf|pool|help|wholist|counters|masterbuf|all>",
"load": "load <config|keyconf|pool|help|wholist|counters|masterbuf|all>",
"dist": "dist",
"loadmod": "loadmod <module>"
}
"loadmod": "loadmod <module>",
"msg": "msg <name> <target> <message...>"
}