Results 159 comments of John Maguire

#144 was another bug caused by this issue.

Hey, thanks for the PR, thinking through the problems here, and the in-depth explanation of the code. Overall it seems pretty reasonable, but it feels awkward to have a mismatch...

@dkim286 The `@arguments()` name is a good one, thanks for the idea. I'll try to find an evening to build on this PR and go that route (you're right that...

@GuyT-DevOps You can setup the `cardinal.bot.irc` logger to show raw messages from the server - change this line to include the "file" and or "console" handler (Docker logs use the...

https://ircv3.net/specs/extensions/multi-prefix-3.1 There is this which will show all prefixes in NAMES. I'm not sure if this is only channel membership or includes user modes. Probably just channel membership. It may...

OK, did some more digging - There's quite a few different ways servers support this mode. They are mostly summed up here: https://github.com/ircv3/ircv3-ideas/issues/43#issuecomment-640027381 It looks like Unreal is considering adding...

I think this is blocked on coming up with some method for actually detecting bots.

Wondered when this request would come in. Seems like an easy enough change. If you want to put up a PR, I'd likely merge it. Otherwise, I'll look into it...

Hm, I recall the issue with implementing this now - currently help for commands is implemented via raw text (both passed in the `@help()` decorator as well as common responses...

Some other thoughts I've had: Searching system-wide for packages beginning `cardinal-plugin-`. This would allow you to `pip install` plugins and have them available. It would be cool to have the...