From 01dd209647ab5e3e9f770c40bad8c415fa2bafef Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 18 Feb 2017 14:45:23 -0800 Subject: [PATCH] inspircd: major->important --- protocols/inspircd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/inspircd.py b/protocols/inspircd.py index bdb8b4d..12db96f 100644 --- a/protocols/inspircd.py +++ b/protocols/inspircd.py @@ -481,7 +481,7 @@ class InspIRCdProtocol(TS6BaseProtocol): protocol_version)) elif protocol_version > self.max_proto_ver: log.warning("(%s) PyLink support for InspIRCd 2.2+ is experimental, " - "and should not be relied upon for anything major.", + "and should not be relied upon for anything important.", self.irc.name) # Store the max nick and channel lengths