.HIDE. I suck at coding

does the hide tag even work lol
This commit is contained in:
goeo_ 2017-07-23 12:17:57 +02:00
parent a177e65fcf
commit f4d0a2424d

View File

@ -314,7 +314,7 @@ class Client:
return
# Make sure that the user is not banned/restricted:
if not userUtils.isAllowed(self.supposedUserID)
if not userUtils.isAllowed(self.supposedUserID):
self.reply("465 :You're banned")
return