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:
parent
71a3464e8a
commit
01220b3024
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user