aboutsummaryrefslogtreecommitdiff
path: root/modules/format_activity.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-11-14 11:56:57 +0000
committerGravatar jesopo2019-11-14 11:56:57 +0000
commitc5870e3d36b883c551113f198fdaa0438a2aabe3 (patch)
tree868cf24c2c9fc67c6d4547b4315f19c5de7a9823 /modules/format_activity.py
parent`pretty` will always be in `event` but it might be None (diff)
signature
typo, 'prettyb' -> 'pretty
Diffstat (limited to 'modules/format_activity.py')
-rw-r--r--modules/format_activity.py2
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)