From 70b9bde2c4cafb9f2ac9d2cf4ea96b341893c032 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 26 Mar 2016 13:26:57 -0700 Subject: [PATCH] unreal: fix a little typo --- protocols/unreal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/unreal.py b/protocols/unreal.py index c3bc240..e4ba2ac 100644 --- a/protocols/unreal.py +++ b/protocols/unreal.py @@ -21,7 +21,7 @@ from ts6_common import TS6BaseProtocol class UnrealProtocol(TS6BaseProtocol): def __init__(self, irc): super(UnrealProtocol, self).__init__(irc) - # Set our case mapping (rfc1459 maps "\" and "|" together, for example". + # Set our case mapping (rfc1459 maps "\" and "|" together, for example) self.casemapping = 'ascii' self.proto_ver = 4000 self.min_proto_ver = 4000