From c5870e3d36b883c551113f198fdaa0438a2aabe3 Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 14 Nov 2019 11:56:57 +0000 Subject: typo, 'prettyb' -> 'pretty --- modules/format_activity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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) -- cgit v1.3.1-10-gc9f91