diff --git a/plugins/MessageParser/plugin.py b/plugins/MessageParser/plugin.py index 8c2c06472..6bf62c69c 100644 --- a/plugins/MessageParser/plugin.py +++ b/plugins/MessageParser/plugin.py @@ -129,6 +129,8 @@ class MessageParser(callbacks.Plugin, plugins.ChannelDBHandler): if not irc.isChannel(channel): return if self.registryValue('enable', channel): + if callbacks.addressed(irc.nick, msg): #message is direct command + return actions = [] db = self.getDb(channel) cursor = db.cursor()