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