diff --git a/bot/command.go b/bot/command.go index 2fb754c..fdc7068 100644 --- a/bot/command.go +++ b/bot/command.go @@ -295,9 +295,5 @@ func (b *Bot) setOption(ctx context.Context, name, value string) { return } - if name == optionMailbox { - value = value + "@" + b.domain - } - b.Notice(ctx, evt.RoomID, fmt.Sprintf("`%s` of this room set to `%s`", name, value)) }