Called wrong function in Admin.part
This commit is contained in:
parent
e9f10db2c5
commit
ac7b333ccf
|
@ -87,7 +87,7 @@ class Admin(Plugin):
|
||||||
"""
|
"""
|
||||||
channel = args.get('<channel>', target)
|
channel = args.get('<channel>', target)
|
||||||
|
|
||||||
self.bot.join(channel)
|
self.bot.part(channel)
|
||||||
self.bot.notice(mask.nick, 'Parted channel {}'.format(channel))
|
self.bot.notice(mask.nick, 'Parted channel {}'.format(channel))
|
||||||
|
|
||||||
conf = self.bot.load_config()
|
conf = self.bot.load_config()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user