warning message changed for badwords
This commit is contained in:
@@ -126,7 +126,7 @@ QStringList MessageFilter::check(unsigned gameId, unsigned playerId, QString nic
|
|||||||
|
|
||||||
switch(offence) {
|
switch(offence) {
|
||||||
case BAD_WORD: {
|
case BAD_WORD: {
|
||||||
returnMessage = QString ("%1: Warning! No racial, religious, or sexually inflammatory language!\n").arg(nick);
|
returnMessage = QString ("%1: Warning! No racial, religious, sexually inflammatory or otherwise insulting language \n").arg(nick);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case TEXT_FLOOD_LINES: {
|
case TEXT_FLOOD_LINES: {
|
||||||
|
|||||||
Reference in New Issue
Block a user