Pardus Chat Utility

By Arkoan Last update Jun 24, 2010 — Installed 648 times.


Script Summary: Adds features to chat such as clickable hyperlinks, ignore, important, and custom smilies.

Version: 1.5

Thumb Thumb

To Ignore A Pilot

Modify the part of the script that says:

//namesToIgnore.push("Persons Name");

What you want to do is, remove the // part, and change Persons Name to the name of any pilot you wish to ignore.
You can also duplicate this line and enter additional people.

Optional

If you want to completely delete the chat lines of people you're ignoring, change this line:

	var removeLinesOfThoseIgnored = false;

... to this ...

	var removeLinesOfThoseIgnored = true;

Disclaimer

I'm not responsible for MA's because you ignored a mod or dev. Ignoring game staff is your problem, not mine. If I hear someone does get MA'ed because of the ignore script, I'll try not to laugh at them too much.