From 307a767d22be9cc785b1b43951578ac293d805b5 Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 31 Oct 2019 15:51:24 +0000 Subject: 'changed host (_@_)' -> 'changed host to _@_' --- 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 54a3b0c7..3bf921b4 100644 --- a/modules/format_activity.py +++ b/modules/format_activity.py @@ -86,7 +86,7 @@ class Module(ModuleManager.BaseModule): @utils.hook("received.chghost") def _on_chghost(self, event): - line_minimal = "%s changed host (%s@%s)" % (event["user"].nickname, + line_minimal = "%s changed host to %s@%s" % (event["user"].nickname, event["username"], event["hostname"]) line = "- %s" % line_minimal self._event("chghost", event["server"], line, None, user=event["user"], -- cgit v1.3.1-10-gc9f91