diff options
Diffstat (limited to 'src/Plugin/Help.hs')
-rw-r--r-- | src/Plugin/Help.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Plugin/Help.hs b/src/Plugin/Help.hs index 258a80a..63143b1 100644 --- a/src/Plugin/Help.hs +++ b/src/Plugin/Help.hs @@ -14,6 +14,7 @@ help = defaultPlugin , perform = helpAction , command = "help" , description = "Show a list of available bot commands." + , queryOnly = True } helpAction :: PluginAction |