supybot_fixes icon indicating copy to clipboard operation
supybot_fixes copied to clipboard

A fork of the supybot code base, with some fixes and extra plugins that I think are useful. This is a clone of the main repo hosted on http://sourceforge.net/projects/gribble/

Results 3 supybot_fixes issues
Sort by recently updated
recently updated
newest added

Patch disconnects prior to the CAP END stage thus (reportedly) disabling failed SASL auth accidental decloak in the event SASLServ is not available to authenticate. SASL authentication guarantees vhost-enabled user...

``` bash git remote add supybot https://github.com/Supybot/Supybot.git git fetch supybot --tags git push origin --tags ``` you must probably also push to github remote too as you are updating this...

In irclib.py, line 927 ("def do376"), the function checks what umodes are supported by the server before sending the umodes given in the configuration file. However, the variable in question...