forbid mentions in sigs
This commit is contained in:
@@ -51,6 +51,10 @@ MOTD_BANNED_TAGS = [
|
||||
'img', 'spoiler', '@mention'
|
||||
]
|
||||
|
||||
SIG_BANNED_TAGS = [
|
||||
'@mention'
|
||||
]
|
||||
|
||||
def permission_level_string(perm):
|
||||
return PermissionLevelString[PermissionLevel(int(perm))]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user