From 101bd9664e012130a519e9e7d5d038c1282089da Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 21 Jun 2016 17:03:23 -0700 Subject: [PATCH] unreal: fix typo in comment --- protocols/unreal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/unreal.py b/protocols/unreal.py index d4c9275..eec9fbd 100644 --- a/protocols/unreal.py +++ b/protocols/unreal.py @@ -316,7 +316,7 @@ class UnrealProtocol(TS6BaseProtocol): host = self.irc.serverdata["hostname"] f('PASS :%s' % self.irc.serverdata["sendpass"]) - # https://github.com/unrealircd/unrealself.ircd/blob/2f8cb55e/doc/technical/protoctl.txt + # https://github.com/unrealircd/unrealircd/blob/2f8cb55e/doc/technical/protoctl.txt # We support the following protocol features: # SJ3 - extended SJOIN # NOQUIT - QUIT messages aren't sent for all users in a netsplit