Ircbot maybe-fix. Third times the charm? (#485)
This commit is contained in:
parent
37a2fb6a93
commit
5f55abc6bb
|
@ -110,7 +110,7 @@ class Plugin(object):
|
||||||
# custom irc3 methods below here
|
# custom irc3 methods below here
|
||||||
|
|
||||||
@irc3.extend
|
@irc3.extend
|
||||||
def do_stuff(self):
|
async def do_stuff(self):
|
||||||
"""
|
"""
|
||||||
Main periodic method called every N seconds.
|
Main periodic method called every N seconds.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue