lib/lita/handlers/locker_misc.rb in lita-locker-1.0.1 vs lib/lita/handlers/locker_misc.rb in lita-locker-1.0.2

- old
+ new

@@ -22,10 +22,10 @@ command: true, help: { t('help.list.syntax') => t('help.list.desc') } ) route( - /^locker\sdequeue\s#{LABEL_REGEX}$/, + /^locker\s(dq|dequeue)\s#{LABEL_REGEX}$/, :dequeue, command: true, help: { t('help.dequeue.syntax') => t('help.dequeue.desc') } )