add 'nothreads' option, fixes #4
This commit is contained in:
@@ -64,6 +64,10 @@ func (s settings) NoHTML() bool {
|
||||
return utils.Bool(s.Get(optionNoHTML))
|
||||
}
|
||||
|
||||
func (s settings) NoThreads() bool {
|
||||
return utils.Bool(s.Get(optionNoThreads))
|
||||
}
|
||||
|
||||
// Set option
|
||||
func (s settings) Set(key, value string) {
|
||||
s[strings.ToLower(strings.TrimSpace(key))] = value
|
||||
|
||||
Reference in New Issue
Block a user