Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reload the VentureChatHook #56

Open
github-actions bot opened this issue Mar 5, 2023 · 0 comments
Open

Reload the VentureChatHook #56

github-actions bot opened this issue Mar 5, 2023 · 0 comments
Labels

Comments

@github-actions
Copy link

github-actions bot commented Mar 5, 2023

https://api.github.com/BrycensRanch/TownyPlus/blob/1d62880af33eebd952b930ee602e2c306060be18/src/main/java/me/romvnly/TownyPlus/hooks/chat/VentureChatHook.java#L46

// https://github.com/DiscordSRV/DiscordSRV/blob/master/src/main/java/github/scarsz/discordsrv/hooks/chat/VentureChatHook.java
// I do not claim ownership of this file, it rightfully belongs to DiscordSRV, which is licensed under GPL v3, just like our plugin.
// View their license here. https://github.com/DiscordSRV/DiscordSRV/blob/master/LICENSE
// TODO: Look into supporting the 'ally' channel
public class VentureChatHook implements ChatHook {
    public VentureChatHook() {

    }

    public void reload() {
        TownyPlusMain.plugin.logger.info("Reloaded VentureChatHook");
        // TODO: Reload the VentureChatHook
    }
    @EventHandler(priority = EventPriority.MONITOR)
    public void onVentureChat(VentureChatEvent event) {
@github-actions github-actions bot added the todo label Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants