Skip to content

Commit

Permalink
hide autoscript manifest entry
Browse files Browse the repository at this point in the history
  • Loading branch information
vanosg committed Feb 25, 2024
1 parent edd0e77 commit 7b21263
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/autoscripts.tcl
Expand Up @@ -352,7 +352,9 @@ proc egg_remote {idx} {
putdcc $idx "-------------------------------"
foreach scriptentry $datadict {
# regsub -all {<[^>]+>} [dict get $scriptentry caption rendered] "" scriptcap
putdcc $idx "* [format "%-16s %s" [dict get $scriptentry name] [dict get $scriptentry description]]"
if {![string equal -nocase [dict get $scriptentry name] "autoscripts"]} {
putdcc $idx "* [format "%-16s %s" [dict get $scriptentry name] [dict get $scriptentry description]]"
}
}
putdcc $idx "\n"
putdcc $idx "* Type 'fetch <scriptname>' to download a script"
Expand Down

0 comments on commit 7b21263

Please sign in to comment.