aperezdc / luabot

An XMPP (Jabber) bot written in Lua using the protocol implementation from Verse/Prosody

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handed a command events trigger unhandled/default command in other plugins

aperezdc opened this issue · comments

This happens when having both the trac and quip plugins enabled, and invoking trac assign <id> <owner>:

  1. The trac plugin handles the commandevent/trac/assign event, and its reply is posted.
  2. The unhandled/default command event is triggered for the quip plugin, even when the event was handled by the Trac plugin already.

The second step should not be happening.