3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

inspircd: fix another "find all, replace" mistake

This commit is contained in:
James Lu 2015-10-08 21:06:35 -07:00
parent c0eab152e4
commit 181c40d9fe

View File

@ -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'] \