# HG changeset patch # User Matti Hamalainen # Date 1613471303 -7200 # Node ID 4fbe70d3b63af80dff758761f5c49e6ca4b67fd6 # Parent fd1c56676648341191b62b4274e3c16b66a2f70e tj: Remove access check from 'list' command. diff -r fd1c56676648 -r 4fbe70d3b63a tj.tcl --- a/tj.tcl Tue Feb 16 12:27:41 2021 +0200 +++ b/tj.tcl Tue Feb 16 12:28:23 2021 +0200 @@ -399,10 +399,6 @@ # List reminders if {[utl_arg_get $rarglist rindex uname 1]} { set uname [tj_correct_handle $uname] - if {$uname != $uhand && !$qadmin} { - tj_msg $upublic $unick $uchan "access_denied" - return 1 - } } else { set uname $uhand }