Method ChatHandler:HasLowerSecurity [-] [+]
Checks if the current security level is lower than the specified Player's account
Synopsis
lower = ChatHandler:HasLowerSecurity( player )
lower = ChatHandler:HasLowerSecurity( player, strong )
Arguments
Player player- See method description.
bool strong (false)Forces non-player accounts (security level greater than
0) to go through the regular check if set totrue.
Also, if set totrue, the current security level will be considered as lower than the Player's security level if the two levels are equal.
Returns
bool lower- See method description.