remove test method
This commit is contained in:
parent
e206c4809a
commit
c8887408bd
|
@ -97,9 +97,6 @@ class Bot(irc.client_aio.AioSimpleIRCClient, Logger):
|
||||||
self.channels.append(event.target)
|
self.channels.append(event.target)
|
||||||
self.run_plugin_callbacks(event)
|
self.run_plugin_callbacks(event)
|
||||||
|
|
||||||
async def flubiz(self):
|
|
||||||
self.say('#idi0crates', "acab")
|
|
||||||
|
|
||||||
def on_part(self, connection: Connection, event: Event):
|
def on_part(self, connection: Connection, event: Event):
|
||||||
"""Handle someone, possibly the bot, leaving a channel."""
|
"""Handle someone, possibly the bot, leaving a channel."""
|
||||||
if event.source.nick == self.nick:
|
if event.source.nick == self.nick:
|
||||||
|
|
Loading…
Reference in a new issue