EmilHernvall / tregmine

The tregmine plugins
http://tregmine.info/
BSD 4-Clause "Original" or "Old" License
8 stars 10 forks source link

New ChatEvent #284

Closed lDiverse closed 10 years ago

lDiverse commented 10 years ago

So since the new addition of WebChat we have had two independent chat handlers. One handling web, one handling server. This is really annoying when you want to add a new chat feature and you have to modify both versions (granted I always forget and web chat doesn't get it)

So I added a new event, and I call it both on server chat, and on web chat. From that I modified our current server chat handler to use this event. Thus both events will not go through one single event.