new commands: spam:list, spam:add, spam:remove, spam:reset; updated readme with the full list of commands; rearranged sections in help
This commit is contained in:
@@ -168,7 +168,7 @@ func (s Room) MigrateSpamlistSettings() {
|
||||
for item := range uniq {
|
||||
spamlist = append(spamlist, item)
|
||||
}
|
||||
s.Set(RoomSpamlist, strings.Join(spamlist, ","))
|
||||
s.Set(RoomSpamlist, utils.SliceString(spamlist))
|
||||
}
|
||||
|
||||
// ContentOptions converts room display settings to content options
|
||||
|
||||
Reference in New Issue
Block a user