add 'nofiles' option, refactored bot.Send(); fixes #2
This commit is contained in:
@@ -26,6 +26,7 @@ const (
|
||||
optionNoSubject = "nosubject"
|
||||
optionNoHTML = "nohtml"
|
||||
optionNoThreads = "nothreads"
|
||||
optionNoFiles = "nofiles"
|
||||
)
|
||||
|
||||
var migrations = []string{}
|
||||
|
||||
Reference in New Issue
Block a user