add !pm autoreply
This commit is contained in:
@@ -99,6 +99,12 @@ func (b *Bot) initCommands() commandList {
|
||||
allowed: b.allowOwner,
|
||||
},
|
||||
{allowed: b.allowOwner, description: "mailbox options"}, // delimiter
|
||||
{
|
||||
key: config.RoomAutoreply,
|
||||
description: "Get or set autoreply of the room (markdown supported) that will be send for any new incoming email thread",
|
||||
sanitizer: func(s string) string { return s },
|
||||
allowed: b.allowOwner,
|
||||
},
|
||||
{
|
||||
key: config.RoomSignature,
|
||||
description: "Get or set signature of the room (markdown supported)",
|
||||
|
||||
Reference in New Issue
Block a user