From 181c40d9fee566a914edd52f38bfe16cf9175c6c Mon Sep 17 00:00:00 2001 From: James Lu Date: Thu, 8 Oct 2015 21:06:35 -0700 Subject: [PATCH] inspircd: fix another "find all, replace" mistake --- protocols/inspircd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/inspircd.py b/protocols/inspircd.py index e664284..3953a8b 100644 --- a/protocols/inspircd.py +++ b/protocols/inspircd.py @@ -374,7 +374,7 @@ class InspIRCdProtocol(TS6BaseProtocol): self.irc.maxnicklen = int(caps['NICKMAX']) self.irc.maxchanlen = int(caps['CHANMAX']) # Modes are divided into A, B, C, and D classes - # See http://www.self.irc.org/tech_docs/005.html + # See http://www.irc.org/tech_docs/005.html # FIXME: Find a better way to assign/store this. self.irc.cmodes['*A'], self.irc.cmodes['*B'], self.irc.cmodes['*C'], self.irc.cmodes['*D'] \