mirror of https://gitlab.com/bashrc2/epicyon
More reserved names
parent
0b2b4de64e
commit
1c25de21c6
4
utils.py
4
utils.py
|
@ -1441,7 +1441,9 @@ def _isReservedName(nickname: str) -> bool:
|
||||||
'shares', 'fonts', 'icons', 'avatars',
|
'shares', 'fonts', 'icons', 'avatars',
|
||||||
'welcome', 'helpimages',
|
'welcome', 'helpimages',
|
||||||
'bookmark', 'bookmarks', 'tlbookmarks',
|
'bookmark', 'bookmarks', 'tlbookmarks',
|
||||||
'ignores')
|
'ignores', 'linksmobile', 'newswiremobile',
|
||||||
|
'minimal', 'search', 'eventdelete',
|
||||||
|
'searchemoji')
|
||||||
if nickname in reservedNames:
|
if nickname in reservedNames:
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in New Issue