Input: !echo hi
Output: None
Debugging shows that the notification is crafted, as according to spec, but the Commands object is not triggered. My best efforts to trigger it aren't working; we should see debug output about the !echo command being detected and a call to User.get by the echo plugin, but we see neither.
Input:
!echo hiOutput: None
Debugging shows that the notification is crafted, as according to spec, but the Commands object is not triggered. My best efforts to trigger it aren't working; we should see debug output about the
!echocommand being detected and a call toUser.getby the echo plugin, but we see neither.