typo, 'prettyb' -> 'pretty

This commit is contained in:
jesopo 2019-11-14 11:56:57 +00:00
parent 9af23c686d
commit c5870e3d36

View file

@ -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)