mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 17:53:13 +02:00
weercd.py: fix typo, add action in weercd.conf
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
host=
|
||||
port=7777
|
||||
debug=off
|
||||
action=flood
|
||||
wait=0
|
||||
sleep=0
|
||||
maxchans=5
|
||||
|
||||
+1
-1
@@ -145,7 +145,7 @@ class Client:
|
||||
if not self.quit:
|
||||
action = getoption('action')
|
||||
if action == 'flood':
|
||||
self.acion_flood()
|
||||
self.action_flood()
|
||||
elif action == 'user':
|
||||
self.action_user()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user