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