New chat stuff (emoji, timestamps, etc)
This commit is contained in:
@@ -616,4 +616,11 @@ function getServerData() {
|
||||
return serverData;
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
|
||||
function setProfanityFilterState(state) {
|
||||
profanityFilterEnabled = state;
|
||||
updateChatBox();
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
Reference in New Issue
Block a user