meebey / SmartIrc4net

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

Add support for owner (~, +q) and admin (&, +a) non-RFC user statuses. #5

Closed RavuAlHemio closed 11 years ago

RavuAlHemio commented 11 years ago

Add support for the non-RFC channel user privilege statuses "owner" (nickname prefix ~, channel mode +q) and "admin" (nickname prefix &, channel mode +a). These are most commonly provided on UnrealIRCd-hosted servers, much like "halfop" (nickname prefix %, channel mode +h).

meebey commented 11 years ago

Thank your for your nice contribution!

RavuAlHemio commented 11 years ago

You're welcome -- I'll be submitting "the other side" of this pull request to smuxi soon.