Starting SP1
This commit is contained in:
@@ -604,7 +604,7 @@ function add_message(e)
|
||||
bInvite = (sChatMsg.substr(0, 7) == '/invite');
|
||||
|
||||
//No guess if not at least one letter
|
||||
if(sWordLen>0)
|
||||
if(sWordLen>0 || bInvite)
|
||||
{
|
||||
//turn to safename for matching
|
||||
var sSafeWord = getSafeNickname(sWord);
|
||||
|
||||
Reference in New Issue
Block a user