James Lu
James Lu
Don't we have to delete `build/` before running `setup.py`?
> If you have previously installed Python 2 or 3 version, you must remove `build/` before you can install Python 3 or 2 version. But I think this bug is...
I like this idea with changing `misc help`, but maybe we could extend this change to the unknown-command handling too. As in, trying to call any unknown command that is...
I think this could be done by appending something like `:+6697` or `:6667`, since that is the same for the configured server and the actual connected one.
No, I mean to append it to the 'networks' output: e.g. `net1: irc.somenet.abc:6667, and net2: irc.somenet.def:+6697`
To elaborate some more: technically this is a minor bug because the actually announcements aren't duplicated or anything. Internally the config value for `plugins.rss.announce` actually uses a set, which automatically...
The `separator` changes the topic on the spot, so how would it be useful on a `+t` channel if the bot isn't op?
So, this would just change the config option instead of the topic, hmm
@kurahaupo This is commonly done using the [IRCv3 MONITOR extension](https://ircv3.net/specs/core/monitor-3.2), which lets a client specify a list of nicks to be notified when they go online/offline/etc. It's supported by [Charybdis,...
I think it should check for op or above just to make sure. Good idea though!