Skip to content

Excessive messages about addon version #187

@Cyoor

Description

@Cyoor

Is your feature request related to a problem? Please describe.
The addon sends out updates from each player in both yell and in guild chat every 10 seconds. This becomes an excessive amount of messages for something that isn't that important. Especially if you are in a big guild in or in a city.

Describe the solution you'd like
Reducing the amount of messages to only send when you log on, reload or on a 1h CD.
This can be done by changing line 85 in \GatherLite\scripts\main.lua from

GatherLite:ScheduleRepeatingTimer("SendVersionCheck", 10)

to

GatherLite:ScheduleRepeatingTimer("SendVersionCheck", 60*60)

Describe alternatives you've considered
Removing the repeating timer all together would work as well and would only send the version info when you log on or reload.

Additional context
I am playing wow classic era.
The addon version is 7.0.7 for the game version 1.15.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions