Merge branch 'master' of github.com:NikolajDanger/Gwendolyn
This commit is contained in:
@@ -323,7 +323,7 @@ def getName(userID):
|
||||
if userID in data:
|
||||
return data[userID]["user name"]
|
||||
else:
|
||||
logThis("Couldn't find user")
|
||||
logThis("Couldn't find user "+userID)
|
||||
return userID
|
||||
except:
|
||||
logThis("Error getting name")
|
||||
|
||||
Reference in New Issue
Block a user