mmoMinecraftDev / mmoChat

Extendible player chat with channels etc
GNU General Public License v3.0
4 stars 0 forks source link

Tell and Reply #1

Closed Rycochet closed 12 years ago

Rycochet commented 13 years ago

Need to get this looking right. It does work, but commented out in the source.

Thinking that channels themselves need to have a format string - with a normal "default" string for everything else.

This channel filter might be worth pushing into a sub-plugin not only for admins who don't want one, but also to watch PLAYER_QUIT etc and take the target out if necessary...

Rycochet commented 13 years ago

Any per-user format string needs to take into account whether it's a /me command or not... Might need to do some replacing text on the format string instead of simply using %1$s type args to allow multiple uses of a player name -

/me dances [Tell] Rycochet tells you: Rycochet dances [Tell] Rycochet tells you * dances [Tell] Rycochet emotes to you: Rycochet dances

None look that good...