mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 20:09:43 +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",
|
||||
"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"
|
||||
|
Loading…
Reference in New Issue
Block a user