Make server_ready async

This commit is contained in:
Víðir Valberg Guðmundsson 2020-03-10 21:11:35 +01:00 committed by GitHub
parent d750105a77
commit b37be009d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class Plugin(object):
###############################################################################################
# builtin irc3 event methods
def server_ready(self, **kwargs):
async def server_ready(self, **kwargs):
"""triggered after the server sent the MOTD (require core plugin)"""
logger.debug("inside server_ready(), kwargs: %s" % kwargs)