From 24cdff9e44c8afdbb6a1289b8da451ec1d0ba9af Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 20 Jun 2019 16:52:23 +0100 Subject: Add an export for IRCv3 CAPs --- modules/line_handler/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/line_handler/__init__.py') diff --git a/modules/line_handler/__init__.py b/modules/line_handler/__init__.py index 15a921c2..0470e36a 100644 --- a/modules/line_handler/__init__.py +++ b/modules/line_handler/__init__.py @@ -133,7 +133,7 @@ class Module(ModuleManager.BaseModule): # the server is telling us about its capabilities! @utils.hook("raw.received.cap") def cap(self, event): - ircv3.cap(self.events, event) + ircv3.cap(self.exports, self.events, event) # the server is asking for authentication @utils.hook("raw.received.authenticate") -- cgit v1.3.1-10-gc9f91