From 8cacf16cb94920033b8d0c491eb7d931d552e98c Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Sat, 16 Oct 2021 11:43:34 +0530 Subject: fix target chan issues Signed-off-by: Pratyush Desai --- config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index 0e59428..10df78b 100644 --- a/config.py +++ b/config.py @@ -61,6 +61,9 @@ SnoParser = conf.registerPlugin('SnoParser') #conf.registerNetworkValue(SnoParser, 'targetChannel', ValidChannel, # ("", ("""Determines which channel the bot should send snolines"""))) +conf.registerNetworkValue(SnoParser, 'targetChannel', + registry.String("", ("""Determines which channel the bot should snolines example: `#snotices`"""))) + conf.registerGlobalValue(SnoParser, 'AutoVhost', registry.String('libcasa/user/', ("""Configure the vhost eg. libcasa/user/$account"""))) -- cgit v1.2.3