Daniel Oaks
Daniel Oaks
In terms of detecting a bot _at all_, Insp has the `BOT=` isupport token which, when enabled, adds a `B` to the WHO flags of the user: https://github.com/inspircd/inspircd/commit/31815edd6a6b98434bace5359234d2b47397ee0a , we've...
It looks like Unreal, Insp, and us all do the `BOT` isupport token, and then expose it with `RPL_WHOISBOT` and in the `WHO` flags, so yeah. We should probably write...
This spec will probably live here as an open PR forever. If we really wanted to @jlu5 we could make it a finalised vendor spec under either `overdrivenetworks.com` or `oragono.io`......
We'll see what @jlu5 thinks about vendoring, because there's no way the spec is fundamentally changing going forward.
> Hummm ... Interesting way to close this for someone with his PGP fingerprint right up on his GH profile... her* > I would've probably have read directly the latest...
> On enabling the bot mode, servers MUST send a TAGMSG with the `draft/bot` tag from the bot to all clients sharing a channel with the bot. On disabling the...
Could be rolled into the [Implementation Notes](http://modern.ircdocs.horse/#implementation-notes) section possibly.
Unless this is implemented in a few clients out there already, unfortunately I'm not able to specify it
Thanks, I'll do some testing with my test system to confirm!
The specific case detailed in that issue looks weird. I'm gonna test this a bit more extensively and update the page based on those results, to ensure I'm getting the...