Revision 7110b8f74e59fceef7ea939ce019958085ff27f0 authored by Valentin Lorentz on 15 January 2021, 20:24:23 UTC, committed by Valentin Lorentz on 15 January 2021, 20:25:02 UTC
_sendToOthers expects msg.channel to be 'in otherIrc.state.channels',
but IrcMsg objects don't have their 'channel' attribute set until they
are passed through irclib, so it was left unset, which means messages
were never sent at all.

Regression introduced in c1ae3f5c81cc8cf4effc7670e99c9270e31a1c9c.
1 parent aceb7ba
History
File Mode Size
locales
man
plugins
sandbox
scripts
src
test
.gitattributes -rw-r--r-- 42 bytes
.gitignore -rw-r--r-- 403 bytes
.mailmap -rw-r--r-- 1.8 KB
.travis.yml -rw-r--r-- 1.3 KB
CONTRIBUTING.md -rw-r--r-- 1.3 KB
ChangeLog -rw-r--r-- 69.0 KB
LICENSE.md -rw-r--r-- 1.6 KB
MANIFEST.in -rw-r--r-- 117 bytes
Makefile -rw-r--r-- 983 bytes
README.md -rw-r--r-- 2.1 KB
RELNOTES -rw-r--r-- 16.1 KB
pyproject.toml -rw-r--r-- 86 bytes
requirements.txt -rw-r--r-- 101 bytes
setup.py -rw-r--r-- 8.8 KB
supybot l--------- 3 bytes

README.md

back to top