diff options
| author | 2019-11-14 11:56:57 +0000 | |
|---|---|---|
| committer | 2019-11-14 11:56:57 +0000 | |
| commit | c5870e3d36b883c551113f198fdaa0438a2aabe3 (patch) | |
| tree | 868cf24c2c9fc67c6d4547b4315f19c5de7a9823 | |
| parent | `pretty` will always be in `event` but it might be None (diff) | |
| signature | ||
typo, 'prettyb' -> 'pretty
| -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) |
