The chatparser is reading the ESS lines in localchat and thinking they're system changes:
��[ 2016.06.30 10:46:10 ] EVE System > Khasm Kaotiqa is now in proximity of the Encounter Surveillance System
It looks like chatparser::_parseLocal interprets any messages from "EVE System" as related to zoning. Perhaps we should change this to only set status to states.LOCATION when it can successfully parse a system name in the message?
The chatparser is reading the ESS lines in localchat and thinking they're system changes:
��[ 2016.06.30 10:46:10 ] EVE System > Khasm Kaotiqa is now in proximity of the Encounter Surveillance System
It looks like chatparser::_parseLocal interprets any messages from "EVE System" as related to zoning. Perhaps we should change this to only set status to states.LOCATION when it can successfully parse a system name in the message?