diff options
| author | 2018-09-22 19:28:57 +0100 | |
|---|---|---|
| committer | 2018-09-22 19:28:57 +0100 | |
| commit | 1a54c11df8210cd87d800ff23f09c07c7ff21d87 (patch) | |
| tree | f78d05296974b946a2237a4823b8f212c855f64f | |
| parent | font reset at the beginning of commands to stop wonkiness with highlighting a... (diff) | |
| signature | ||
Fix ducks.py having a superfluous function
| -rw-r--r-- | modules/ducks.py | 3 |
1 files changed, 0 insertions, 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 |
