proc timeformat_desc {tf} {
switch -exact $tf {
- ks { return "Times will be displayed in kiloseconds or seconds." }
+ ks { return "Times will be displayed in seconds or kiloseconds." }
hms { return "Times will be displayed in hours, minutes, etc." }
default { error "invalid timeformat: $v" }
}
if {![ta_anymore]} {
ucmdr {} "$opt [set_show/$opt]"
} else {
+ nick_securitycheck 0
if {[catch { info body set_set/$opt }]} {
error "setting $opt cannot be set with `set'"
}