View Single Post
  #16  
Old 09-10-2009, 06:26 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by Cloven View Post
And it's relatively easy to filter out the commonly used filter evasion tactics. Most people simply just do not do it.

Personally speaking I think a word filter is useless. It would be much more efficient and logical to have an option to ignore/unignore an individual player's chat in-game, which would simply prevent the ignored player's chat from being displayed to the ignoring player at all.
PHP Code:
function onRemotePlayerChats(temp.objtemp.chat)
{
  if (
temp.obj.isignored)
  {
    
temp.obj.chat "";
  }

Goes hand-in-hand with the playerlist ignore function. Sorted.
__________________
Skyld
Reply With Quote