seblindfors / Immersion

Immersive questing addon for World of Warcraft
Artistic License 2.0
26 stars 15 forks source link

Fix spaced ellipses #2

Closed ma53 closed 6 years ago

ma53 commented 6 years ago

Occasionally, a quest writer will employ an ellipsis with spaces between each of the periods, causing the addon to parse each period as the end of a sentence. This commit removes the spaces from such "spaced ellipses" as a first step.

seblindfors commented 6 years ago

Sometimes they use carriage return and line feed instead of newline, sometimes they write triple periods like a five year old. I'm adding the fix you provided to the code, but closing the pull request because of conflicts with a newer version. Thank you for the report.