.BANCHO. Update ranks, add !alertuser command

This commit is contained in:
Nyo
2016-05-28 20:26:26 +02:00
parent e483a92a2c
commit dc0e3ef459
5 changed files with 57 additions and 15 deletions

View File

@@ -51,3 +51,7 @@ def readableMods(__mods):
r += "SO"
return r
def strContains(s, w):
return (' ' + w + ' ') in (' ' + s + ' ')