meebey / SmartIrc4net

IRC C# Library
http://www.meebey.net/projects/smartirc4net/
Other
126 stars 52 forks source link

Add support for channel modes +I and +e. #7

Closed RavuAlHemio closed 11 years ago

RavuAlHemio commented 11 years ago

Add support for the RFC2811 channel modes +I and +e. Their appearance on the wire is more or less equal to +b.

+e specifies exceptions to ban masks (if a user matches both a +b and an +e mode, they are not banned), and +I specifies "automatic invitations" (if a user matches an +I mode on an +i channel, they may enter without being invited).