Ignore Window in Console / Fixes

Ignore List:
- Ignore Private Messages
- Ignore Yelling
- Ignore added Players fully

Fixes:
- Fixed cutoff text in spelllist module
- You cannot open a private chat channel with yourself now
This commit is contained in:
Samuel
2013-01-09 23:03:04 +01:00
parent cce2976156
commit 1784bd9f26
6 changed files with 249 additions and 15 deletions

View File

@@ -103,6 +103,10 @@ function displayStatusMessage(text)
displayMessage(MessageModes.Status, text)
end
function displayFailureMessage(text)
displayMessage(MessageModes.Failure, text)
end
function displayGameMessage(text)
displayMessage(MessageModes.Game, text)
end