From 5f55abc6bb45b6544fb2539a0bdec9b310a4a23e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Tue, 10 Mar 2020 20:16:46 +0100 Subject: [PATCH] Ircbot maybe-fix. Third times the charm? (#485) --- src/ircbot/irc3module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ircbot/irc3module.py b/src/ircbot/irc3module.py index 2e04aa3f..2f2a6e3e 100644 --- a/src/ircbot/irc3module.py +++ b/src/ircbot/irc3module.py @@ -110,7 +110,7 @@ class Plugin(object): # custom irc3 methods below here @irc3.extend - def do_stuff(self): + async def do_stuff(self): """ Main periodic method called every N seconds. """