Chat functions and a few others

Started by The Crazy Animal, Feb 21, 2006, 11:14 PM

Previous topic - Next topic

The Crazy Animal

I was reading some stuff on http://www.gamedev.net and realized that we are missing some functions dealing with chatting and comunications.

Broadcast <channel> was in mmud...

Fuctions that should be put in.
Ignore tele <user> - this is a toggled command that bans a user from telepathing you.
Ignore gos <user> - this is a toggled command that keeps you from seeing one persons gossips.

Anti-Spam controls this controls the number of repeated comunications/actions in a 15 second period. If the amount is passed then the game ignores the command for a set amount of time. MMud had this in if you typed to fast it asked you to slow down or ignored commands. The function this preformed was to stop a person from eating up the system resources.

Given that we currently don't have a ;# show connected users list:
We have no afk message. "no input for 5 minutes toggles an afk flag"
We have no busy flag.

TCA

DeathCow

anti-spam is an important feature that wont be overlooked.