Open Mikaela opened 10 years ago
Try this:
diff --git a/plugins/AutoMode/plugin.py b/plugins/AutoMode/plugin.py
index 01cf7fa..a6b7794 100644
--- a/plugins/AutoMode/plugin.py
+++ b/plugins/AutoMode/plugin.py
@@ -47,6 +47,7 @@ class Continue(Exception):
class AutoMode(callbacks.Plugin):
"""This plugin, when configured, allows the bot to automatically set modes
on users when they join."""
+ noIgnore = True
def doJoin(self, irc, msg):
channel = msg.args[0]
if ircutils.strEqual(irc.nick, msg.nick):
@jlu5 Sorry, I am very late responding to this, but the fix doesn't seem to be working.
I think that it should only prevent interaction with bot, but it appears to also prevent AutoMode and possibly other automatic things too.
I don't want one account to interact with the bot any way, but get AutoModes, so I set ignore to true.