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:
parent
c0eab152e4
commit
181c40d9fe
@ -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'] \
|
||||
|
Loading…
Reference in New Issue
Block a user