Index: openacs-4/packages/acs-tcl/tcl/00-icanuse-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/00-icanuse-procs.tcl,v diff -u -r1.1.2.51 -r1.1.2.52 --- openacs-4/packages/acs-tcl/tcl/00-icanuse-procs.tcl 19 Aug 2024 13:42:22 -0000 1.1.2.51 +++ openacs-4/packages/acs-tcl/tcl/00-icanuse-procs.tcl 28 Aug 2024 06:32:16 -0000 1.1.2.52 @@ -115,6 +115,7 @@ ::acs::register_icanuse "ns_deletecookie -samesite" [acs::cmd_error_contains {ns_deletecookie} -samesite] ::acs::register_icanuse "ns_hash" {[info commands ::ns_hash] ne ""} ::acs::register_icanuse "ns_ictl trace idle" [acs::cmd_error_contains {ns_ictl trace foo} idle] +::acs::register_icanuse "ns_info meminfo" [acs::cmd_has_subcommand ns_info meminfo] ::acs::register_icanuse "ns_ip" {[info commands ::ns_ip] ne ""} ::acs::register_icanuse "ns_parsehtml" {[info commands ::ns_parsehtml] ne ""} ::acs::register_icanuse "ns_parsequery -charset" [acs::cmd_error_contains {ns_parsequery} -charset]