diff options
| author | 2018-08-31 10:50:37 +0100 | |
|---|---|---|
| committer | 2018-08-31 10:50:37 +0100 | |
| commit | abed9cf4ea71dcbad2dd2c049683b8d14b942e09 (patch) | |
| tree | 3e40caf63fa7e1500469f4ad9a0c45c51808aad4 /modules/accept_invite.py | |
| parent | Fix a copy paste fail in IRCLineHandler that caused PARTs to be handled as QUITs (diff) | |
| signature | ||
Reformat
Diffstat (limited to 'modules/accept_invite.py')
| -rw-r--r-- | modules/accept_invite.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/accept_invite.py b/modules/accept_invite.py index 57ba9d70..c550c254 100644 --- a/modules/accept_invite.py +++ b/modules/accept_invite.py @@ -1,5 +1,3 @@ - - class Module(object): def __init__(self, bot): bot.events.on("received").on("invite").hook( |
