diff --git a/edmond/bot.py b/edmond/bot.py index 8bbdafa..a988601 100644 --- a/edmond/bot.py +++ b/edmond/bot.py @@ -97,9 +97,6 @@ class Bot(irc.client_aio.AioSimpleIRCClient, Logger): self.channels.append(event.target) self.run_plugin_callbacks(event) - async def flubiz(self): - self.say('#idi0crates', "acab") - def on_part(self, connection: Connection, event: Event): """Handle someone, possibly the bot, leaving a channel.""" if event.source.nick == self.nick: