mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 13:59:47 +01:00
registry: add op_nick and op_command default values
This commit is contained in:
parent
fe1f385053
commit
824999b98a
@ -187,6 +187,14 @@
|
|||||||
"type" : "text",
|
"type" : "text",
|
||||||
"value" : "https://github.com/pragma-/pbot/blob/master/modules/"
|
"value" : "https://github.com/pragma-/pbot/blob/master/modules/"
|
||||||
},
|
},
|
||||||
|
"op_nick" : {
|
||||||
|
"type" : "text",
|
||||||
|
"value" : "chanserv"
|
||||||
|
},
|
||||||
|
"op_command" : {
|
||||||
|
"type" : "text",
|
||||||
|
"value" : "op $channel"
|
||||||
|
},
|
||||||
"module_timeout" : {
|
"module_timeout" : {
|
||||||
"type" : "text",
|
"type" : "text",
|
||||||
"value" : "30"
|
"value" : "30"
|
||||||
|
Loading…
Reference in New Issue
Block a user