This commit is contained in:
Your Name
2021-06-02 14:54:46 +02:00
parent d3d83e1d90
commit 9efeff6ec1
4 changed files with 86 additions and 14 deletions

View File

@@ -60,6 +60,7 @@ class Config(ComboParser):
self.add_item(section, 'threads', int, 1, '# of threads', False)
self.add_item(section, 'register', int, 0, 'register nickname when required', False)
self.add_item(section, 'wait', int, 0, 'wait prior sending messages', False)
self.add_item(section, 'once', int, 0, 'quit as soon as possible', False)
self.add_item(section, 'hilight', int, 0, 'try to hilight all nicks?', False)
self.add_item(section, 'waitonsuccess', int, 0, 'wait for a while on success', False)