mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +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 |
||
---|---|---|
.. | ||
locale | ||
__init__.py | ||
config.py | ||
messages.pot | ||
plugin.py | ||
README.txt | ||
test.py |
This plugin allows the bot to interact with ChanServ and NickServ to regain access to channels and it's nick.