diff options
| author | 2019-09-16 18:41:47 +0100 | |
|---|---|---|
| committer | 2019-09-16 18:41:47 +0100 | |
| commit | 4ccfd821c8f99cb17bd78dd1f712595d8af8cc38 (patch) | |
| tree | 6c35b5a795a50945259aaaef0de09e44cd1fd58d /modules/stats.py | |
| parent | topic_setter should be stored as a Hostmask (diff) | |
| signature | ||
update channel.topic_setter-related code
Diffstat (limited to 'modules/stats.py')
| -rw-r--r-- | modules/stats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/stats.py b/modules/stats.py index 80e703c5..70b24497 100644 --- a/modules/stats.py +++ b/modules/stats.py @@ -108,7 +108,7 @@ class Module(ModuleManager.BaseModule): key=lambda nickname: nickname.lower()), "topic": channel.topic, "topic-set-at": channel.topic_time, - "topic-set-by": channel.topic_setter_nickname, + "topic-set-by": channel.topic_setter.nickname, "modes": channel.mode_str() } @utils.hook("api.get.channels") |
