@@ -520,7 +520,9 @@ func sortcommands(hash Commands) []string {
keys := make([]string, 0, len(hash))
for key := range hash {
keys = append(keys, key)
if len(key) > 1 {
}
sort.Strings(keys)
The note is not visible to the blocked user.