From 1a54c11df8210cd87d800ff23f09c07c7ff21d87 Mon Sep 17 00:00:00 2001 From: dngfx <294904+dngfx@users.noreply.github.com> Date: Sat, 22 Sep 2018 19:28:57 +0100 Subject: [PATCH] Fix ducks.py having a superfluous function --- modules/ducks.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/ducks.py b/modules/ducks.py index ebef9006..a25c05d0 100644 --- a/modules/ducks.py +++ b/modules/ducks.py @@ -70,9 +70,6 @@ class Module(object): def new_channel(self, event): self.bootstrap(event["channel"]) - def has_command(self, command): - return command.lower() in self.events.on("received").on("command").get_children() - def bootstrap(self, channel): self.init_game_var(channel) # getset