@ -443,6 +443,7 @@ class Helper(object):
if spl[1] in IRCPool.keys():
if IRCPool[spl[1]].connected == True:
IRCPool[spl[1]].transport.loseConnection()
del IRCPool[spl[1]]
success("Successfully disabled bot %s" % spl[1])
return
else: