diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/format_activity.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/format_activity.py b/modules/format_activity.py index 316ed5be..d0080efb 100644 --- a/modules/format_activity.py +++ b/modules/format_activity.py @@ -66,7 +66,7 @@ class Module(ModuleManager.BaseModule): minimal, normal, pretty = self._on_notice(event, nickname) self._event("notice.channel", event["server"], normal, event["channel"].name, parsed_line=event["line"], channel=channel, - user=event["user"], minimal=minimal, pretty=prettyb) + user=event["user"], minimal=minimal, pretty=pretty) def _private_notice(self, event, nickname, target): minimal, normal, pretty = self._on_notice(event, nickname) |
