Results 17 comments of Mal Hancock

I've pushed a fix to the `twitch_fix` branch (which i'm now using as a release branch because I'm lazy). Basically the bot will not process any event if the nick...

I love the functionality this will bring, but I worry it takes away the ability to make plugins really simple. I am going to think about ways to abstract this.

I literally just came up with a way to do this. Bad pseudocode to follow. ```python @pinhook.plugin.register('thing') @pinhook.plugin.add_argument(args*, kwargs**) def thing(msg): return "pants" ``` basically this would run through and...

Of course, thinking about this more, I am not sure how those decorators stack 🤔

Possibly we can have another class called MultiServerBot that does this. What #31 is talking about is having a core plugin layer that you can create communication layers for. This...

My theory on the issue is the fact that loadlog.pl fails to properly work to fill the database which the band name feature uses. It fails with the empty database.