mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-16 07:29:23 +01:00
8c3304c520
When noJoinsUntilIdentified config is true, the bot holds join messages in a 'waitingJoins' list, and processes them once nickserv identification comes through. The problem was that when the bot is configured to join multiple networks, join messages from different networks would get appended to the same list, without any differentiation by which message belongs to which network. Thus, if there are messages waiting for multiple networks, it would often be the case that whichever network got identification done first, would 'pick up' other network's join messages. This fix stores the network name along with the join messages in the list, and has each network pick out only its own join messages. Conflicts: src/version.py Signed-off-by: James McCoy <jamessan@users.sourceforge.net> Conflicts: plugins/Services/plugin.py |
||
---|---|---|
docs | ||
locale | ||
plugins | ||
sandbox | ||
scripts | ||
src | ||
test | ||
.gitattributes | ||
.gitignore | ||
ACKS | ||
ChangeLog | ||
INSTALL | ||
LICENSE | ||
README | ||
RELNOTES | ||
setup.py |
EVERYONE: --------- Read LICENSE. It's a 3-clause BSD license, but you should read it anyway. USERS: ------ If you're upgrading, read RELNOTES. There is also much documentation at http://supybot.com/ for your perusal. Please read it; we took the time to write it, you should take the time to read it. If you have any trouble, feel free to swing by #supybot on irc.freenode.net or irc.oftc.net (we have a Supybot there relaying, so either network works) and ask questions. We'll be happy to help wherever we can. And by all means, if you find anything hard to understand or think you know of a better way to do something, *please* post it on Sourceforge.net so we can improve the bot! WINDOWS USERS: -------------- The wizards (supybot-wizard, supybot-newplugin, and supybot-adduser) are all installed to your Python directory's \Scripts. What that *probably* means is that you'll run them like this: C:\Python2x\python C:\Python2x\Scripts\supybot-wizard DEVELOPERS: ----------- We likewise have tons of developer documentation at http://supybot.com/ for your learning adventures. Have fun :)