From 824999b98a8f75402a65ae9cee2a948319214ff4 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 26 Dec 2019 05:50:03 -0800 Subject: [PATCH] registry: add op_nick and op_command default values --- data/registry | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/registry b/data/registry index 9f3637af..5de4e97f 100644 --- a/data/registry +++ b/data/registry @@ -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"