diff options
Diffstat (limited to 'commands/msg/delete.go')
-rw-r--r-- | commands/msg/delete.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msg/delete.go b/commands/msg/delete.go index 19f44b43..0abde31c 100644 --- a/commands/msg/delete.go +++ b/commands/msg/delete.go @@ -20,7 +20,7 @@ func init() { } func (Delete) Context() commands.CommandContext { - return commands.MESSAGE + return commands.MESSAGE_LIST | commands.MESSAGE_VIEWER } func (Delete) Aliases() []string { |