diff options
Diffstat (limited to 'model')
-rw-r--r-- | model/user.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/model/user.go b/model/user.go index 7c53593d2..d82f96db3 100644 --- a/model/user.go +++ b/model/user.go @@ -333,7 +333,6 @@ func IsUsernameValid(username string) bool { var validUsernameChars = regexp.MustCompile(`^[a-z0-9\.\-_]+$`) var restrictedUsernames = []string{ - BOT_USERNAME, "all", "channel", } |