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
Raw File
.gitignore
*.mo
*.py[cdo]
*~
.*.swp
.swp
MANIFEST
backup/
build/
debian/compat
debian/files
debian/limnoria*
debian/python-module-stampdir/
dist/
docs/_build/
docs/plugins/
limnoria.egg-info/
merge.sh
nano.save
push.sh
py3k/
src/version.py
supybot.egg-info/
test-conf/
test-data/
test-logs/
src/version.py
INSTALL
README.txt
conf/
data/
logs/
*.conf
*.conf.bak

# Intellij PyCharm / IDEA related files
*.iml
.idea
back to top