@@ -137,7 +137,7 @@ main : FONTNAME STRING {
conf->snapdist = $2;
}
| COMMAND STRING string {
conf_cmd_add(conf, $3, $2);
conf_cmd_add(conf, $2, $3);
free($2);
free($3);
The note is not visible to the blocked user.