add a test for MODE +i and RPL_WHOISCHANNELS

This commit is contained in:
Shivaram Lingamneni
2018-04-22 16:48:44 -04:00
parent 9824bb2296
commit 481c6a03b2
2 changed files with 61 additions and 0 deletions

View File

@ -8,6 +8,7 @@ class Specifications(enum.Enum):
IRC301 = 'IRCv3.1'
IRC302 = 'IRCv3.2'
IRC302Deprecated = 'IRCv3.2-deprecated'
Oragono = 'Oragono'
@classmethod
def of_name(cls, name):