From e17e4395308cb9cd25d1a53caa122c094fbd06ba Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 14 Nov 2019 13:17:22 +0000 Subject: `nickname` doesn't exist in `_on_chghost` --- modules/format_activity.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/format_activity.py b/modules/format_activity.py index 48877d45..844690cf 100644 --- a/modules/format_activity.py +++ b/modules/format_activity.py @@ -113,11 +113,11 @@ class Module(ModuleManager.BaseModule): def _on_chghost(self, event): format = "%s changed host to %s@%s" % ("%s", event["username"], event["hostname"]) - minimal = format % nickname + minimal = format % event["user"].nickname normal_format = "- %s" % format - normal = normal_format % nickname - pretty = normal_format % self._color(nickname) + normal = normal_format % event["user"].nickname + pretty = normal_format % self._color(event["user"].nickname) self._event("chghost", event["server"], normal, None, user=event["user"], minimal=minimal, pretty=pretty) -- cgit v1.3.1-10-gc9f91