diff options
| -rw-r--r-- | modules/ducks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ducks.py b/modules/ducks.py index 883885a0..d3708d08 100644 --- a/modules/ducks.py +++ b/modules/ducks.py @@ -161,7 +161,7 @@ class Module(ModuleManager.BaseModule): for channel_name, value, action in all: if not action in overall: overall[action] = 0 - overall[action] += 1 + overall[action] += value if event["is_channel"]: channel_name_lower = event["server"].irc_lower(channel_name) |
