changeset 635:4fbe70d3b63a

tj: Remove access check from 'list' command.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 16 Feb 2021 12:28:23 +0200
parents fd1c56676648
children c3911a8c28e5
files tj.tcl
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
     }