member funcs need to be called explicitly as such because of the patriarchy

This commit is contained in:
cynic 2023-10-29 02:16:42 -04:00
parent e4b5033ffe
commit 96223b0b03
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class bird_inst():
self.limiter.action(True, self.irc.sendraw, (privmsg.build(self.config["irc_nick"], self.config["irc_chan"], ctx["data"]["name"]+": "+m).msg,)) self.limiter.action(True, self.irc.sendraw, (privmsg.build(self.config["irc_nick"], self.config["irc_chan"], ctx["data"]["name"]+": "+m).msg,))
def handle_messageStart(self, ctx): pass def handle_messageStart(self, ctx): pass
def handle_messageChange(self, ctx): pass def handle_messageChange(self, ctx): pass
def handle_messageEnd(self, ctx): handle_message(ctx) def handle_messageEnd(self, ctx): self.handle_message(ctx)
def handle_avatar(self, ctx): pass def handle_avatar(self, ctx): pass
def handle_loadUsers(self, ctx): pass def handle_loadUsers(self, ctx): pass
def handle_files(self, ctx): def handle_files(self, ctx):