@@ -35,10 +35,10 @@ var cmd = args[0]
if (cmd == 'list') {
var links = link.load()
var count = 0
for (var k in links) {
arrfor(array(links), function(k) {
log.console(k + " -> " + links[k])
count++
}
})
if (count == 0) log.console("No links.")
} else if (cmd == 'sync') {
The note is not visible to the blocked user.