DMDirc / Parser

DMDirc's parser interface and IRC parser implementation
http://www.dmdirc.com/
MIT License
1 stars 3 forks source link

Add base class for channel events. #157

Closed csmith closed 7 years ago

csmith commented 7 years ago

This allows clients to listen for ChannelEvents and filter on channel names, rather than having to handle every single individual event type.