diff options
Diffstat (limited to 'modules/ircv3_chathistory.py')
| -rw-r--r-- | modules/ircv3_chathistory.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/ircv3_chathistory.py b/modules/ircv3_chathistory.py index 36609368..5f72850d 100644 --- a/modules/ircv3_chathistory.py +++ b/modules/ircv3_chathistory.py @@ -12,8 +12,7 @@ class Module(ModuleManager.BaseModule): @utils.hook("received.cap.ls") @utils.hook("received.cap.new") def on_cap(self, event): - if EVENTPLAYBACK_CAP.available(event["capabilities"]): - return EVENTPLAYBACK_CAP.copy() + return EVENTPLAYBACK_CAP.copy() @utils.hook("received.batch.end") def batch_end(self, event): |
