.HIDE. General refactoring

This commit is contained in:
Nyo
2016-12-26 10:33:05 +01:00
parent 501130721d
commit 62b67da9fb
26 changed files with 215 additions and 219 deletions

View File

@@ -127,7 +127,7 @@ def kick(fro, chan, message):
return "Nope."
# Get target token and make sure is connected
tokens = glob.tokens.getTokenFromUsername(target, all=True)
tokens = glob.tokens.getTokenFromUsername(target, _all=True)
if len(tokens) == 0:
return "{} is not online".format(target)