From 3e19e9c3f1b92b166328225d737c459b4ad9e13b Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 19 Jun 2016 21:18:35 -0700 Subject: [PATCH] unreal: add missing inviteonly (+i) definition --- protocols/unreal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/unreal.py b/protocols/unreal.py index 9155a93..9a1a38d 100644 --- a/protocols/unreal.py +++ b/protocols/unreal.py @@ -482,7 +482,7 @@ class UnrealProtocol(TS6BaseProtocol): 'nokick': 'Q', 'private': 'p', 'stripcolor': 'S', 'key': 'k', 'op': 'o', 'voice': 'v', 'regonly': 'R', 'noinvite': 'V', 'banexception': 'e', 'nonick': 'N', 'issecure': 'Z', 'topiclock': 't', - 'nonotice': 'T', 'delayjoin': 'D'} + 'nonotice': 'T', 'delayjoin': 'D', 'inviteonly': 'i'} # Make a list of all our capability names. self.caps += [arg.split('=')[0] for arg in args]