Hoggy does not respond to !srs in private chat

Issue #8 resolved
Former user created an issue

Hoggy does not respond to !srs in private messaging

Comments (4)

  1. Acidic

    Will need to think about the best way to solve this. Hoggy's using a plugin made by someone else to add custom single-response commands, and those are stored by server. Meaning that when you ask him via PM, he doesn't know which server to look up the custom commands for.

    This might involve creating a GAW-Data plugin or something for hoggy that contains this info.

  2. Acidic

    I'm going to use this issue as the basis for making hoggy a bit smarter about the srs command. The excel spreadsheet is going to be considered the source of truth for frequencies, and hoggy is going to read that and play it back.

    Curling https://docs.google.com/spreadsheets/d/1a63VD2WXmShIwpiTTfHuK-5yWKw-3AtXLbv1LBjMyCE/export\?exportFormat\=csv will grab a csv of the frequency spreadsheet. It's a little mish-mashy so I'll work with Redditbus about maybe cleaning up the format a little bit so that it's easier.

    This will mean that we'll move away from the custom command handling, and into our own code. Meaning we can make him respond to it in direct messages.

  3. Log in to comment