# HG changeset patch # User Matti Hamalainen # Date 1612963531 -7200 # Node ID 47b15186373f6b50ad92123c8c8107c57ce2eccb # Parent cccf7248266713c8da334bb6711de22801dc5b98 tj: Clarify some comments. diff -r cccf72482667 -r 47b15186373f tj.tcl --- a/tj.tcl Wed Feb 10 15:02:57 2021 +0200 +++ b/tj.tcl Wed Feb 10 15:25:31 2021 +0200 @@ -217,7 +217,7 @@ } return 1 } elseif {[tj_cmd_match "set" $rcmd]} { - # !tj set [#id] <[-/+]days [[+/-]] | dd.mm.yyyy [hh:mm]> [] + # !tj set [#] <[-/+]days [[+/-]] | dd.mm.yyyy [hh:mm]> [] if {![utl_arg_get $rarglist rindex rarg 0]} { tj_msg $upublic $unick $uchan "help_set" return 1 @@ -370,8 +370,8 @@ } } elseif {[tj_cmd_match "remind" $rcmd]} { - # !tj remind <#id> <|> - # !tj remind <#id> <|> + # !tj remind # <|> + # !tj remind # <|> if {[llength $rarglist] < 3} { tj_msg $upublic $unick $uchan "help_add" return 1 @@ -424,7 +424,7 @@ tj_msg $upublic $unick $uchan "items_deleted" [list $uid $nitems] } elseif {[tj_cmd_match "show" $rcmd]} { - # !tj show [#id] + # !tj show [#] # Check for #id prefix if {[utl_arg_get $rarglist rindex rarg 0]} { tj_get_id $rarg rindex uid @@ -443,7 +443,7 @@ tj_display_tjs $upublic $unick $uchan $uname $uid } else { - # !tj [#id] [name] + # !tj [#] [name] set uname $uhand set rindex 0 if {[utl_arg_get $rarglist rindex rarg 0]} {