diff options
Diffstat (limited to 'modules')
| -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 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"], |
