QBFreak / SolarWinds-Evennia

A fresh attempt at my SolarWinds MUD concept, this time with the Evennia engine
Other
1 stars 0 forks source link

Channel poses, etc should probably be using `pose_transform()` #7

Open QBFreak opened 6 years ago

QBFreak commented 6 years ago

At the moment any of the pose etc :;'. characters used in channels are triggered during format_mesage(). In reality, this is probably something we should be doing with pose_transform() instead.