diff --git a/bot/admin.py b/bot/admin.py index 8a517ef..1b40fb7 100644 --- a/bot/admin.py +++ b/bot/admin.py @@ -87,7 +87,7 @@ class Admin(Plugin): """ channel = args.get('', target) - self.bot.join(channel) + self.bot.part(channel) self.bot.notice(mask.nick, 'Parted channel {}'.format(channel)) conf = self.bot.load_config()