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