1
0
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:
Sebastien Helleu
2011-05-07 18:29:53 +02:00
parent d961711797
commit bce12fd38c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@
host=
port=7777
debug=off
action=flood
wait=0
sleep=0
maxchans=5
+1 -1
View File
@@ -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()