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

correction: InspIRCd uses RFC1459 case mapping by default

This commit is contained in:
James Lu 2015-07-24 10:59:04 -07:00
parent 71a3464e8a
commit 01220b3024

View File

@ -10,7 +10,7 @@ from log import log
from classes import * from classes import *
casemapping = 'ascii' casemapping = 'rfc1459'
# Raw commands sent from servers vary from protocol to protocol. Here, we map # Raw commands sent from servers vary from protocol to protocol. Here, we map
# non-standard names to our hook handlers, so plugins get the information they need. # non-standard names to our hook handlers, so plugins get the information they need.