elanthia-online / norn.rb

a modern replacement for lich.rb
MIT License
2 stars 3 forks source link

stream mutators #13

Closed ondreian closed 6 years ago

ondreian commented 6 years ago

It is quite common to want to mutate the stream that going to a client (think prettybounty, spellmerge, squelches).

we definitely also need a way to expose this type of behavior.

they should be wrapped in a Try so as to not accidentally break game input (which currently can happen quite easily with DownstreamHook)

ondreian commented 6 years ago

closed in #17