mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Retrieve parenthesis for easy reading, lost in old commit 9deb294
This commit is contained in:
parent
14b53fbcb0
commit
ca329826cb
@ -1803,8 +1803,8 @@ add_new_user(From, Nick,
|
||||
10),
|
||||
Collision = nick_collision(From, Nick, StateData),
|
||||
case {(ServiceAffiliation == owner orelse
|
||||
(Affiliation == admin orelse Affiliation == owner)
|
||||
andalso NUsers < MaxAdminUsers
|
||||
((Affiliation == admin orelse Affiliation == owner)
|
||||
andalso NUsers < MaxAdminUsers)
|
||||
orelse NUsers < MaxUsers)
|
||||
andalso NConferences < MaxConferences,
|
||||
Collision,
|
||||
|
Loading…
Reference in New Issue
Block a user