diff options
Diffstat (limited to 'commands/msg/recall.go')
-rw-r--r-- | commands/msg/recall.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msg/recall.go b/commands/msg/recall.go index 0c7f6b53..280c41b8 100644 --- a/commands/msg/recall.go +++ b/commands/msg/recall.go @@ -30,7 +30,7 @@ func init() { } func (Recall) Context() commands.CommandContext { - return commands.MESSAGE + return commands.MESSAGE_LIST | commands.MESSAGE_VIEWER } func (Recall) Aliases() []string { |