mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user