Fixed cancelprevious feature.
This commit is contained in:
parent
d110c2168e
commit
853852751f
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@ public class CancelPreviousInputHook extends Hook
|
||||||
{
|
{
|
||||||
boolean result;
|
boolean result;
|
||||||
|
|
||||||
if (StringUtils.equalsIgnoreCase(message, "!manquants"))
|
if (StringUtils.equalsIgnoreCase(message, "!cancelprevious"))
|
||||||
{
|
{
|
||||||
logger.info("!manquants caught.");
|
logger.info("!cancelprevious caught.");
|
||||||
|
|
||||||
// Missing.
|
// Missing.
|
||||||
if (bot.getReview() == null)
|
if (bot.getReview() == null)
|
||||||
|
|
Loading…
Reference in a new issue