3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

registry: add op_nick and op_command default values

This commit is contained in:
Pragmatic Software 2019-12-26 05:50:03 -08:00
parent fe1f385053
commit 824999b98a

View File

@ -187,6 +187,14 @@
"type" : "text",
"value" : "https://github.com/pragma-/pbot/blob/master/modules/"
},
"op_nick" : {
"type" : "text",
"value" : "chanserv"
},
"op_command" : {
"type" : "text",
"value" : "op $channel"
},
"module_timeout" : {
"type" : "text",
"value" : "30"