Xanthos-Code / vintel

EVE Online Visual Intel Tool
113 stars 59 forks source link

Bug: Location being cleared by ESS. #91

Closed 3vi1 closed 8 years ago

3vi1 commented 8 years ago

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?

3vi1 commented 8 years ago

Created pull request to fix: https://github.com/Xanthos-Eve/vintel/pull/96