diff --git a/procs/_index b/procs/_index index 9620c0b..dbcf1be 100644 --- a/procs/_index +++ b/procs/_index @@ -3,6 +3,7 @@ NASA_GRADE_ENCRYPTION 1fccf5ef813a75a09b00b9e2e2bd2a72a162fa6d NASA_GRADE_ENCRYPTION' facc3d7d8888cd922098694ce61fda1e33c879b8 _incogagenda:event_old 6620f95d7dde25913cb3b010cb101bf3db16f371 fart' f82f87b4bb1f1de348aea420ff40c4697f8cc41f +old+agenda d8eb095fe42bb7e4a3daa9d4831b99407a9b9664 t+agenda d4e6465d2349a1dae8720f217433fc0e71c3bd0f test234535 2d931b665420e63cb8ef8b9ce33f1e0ff66c109a testo444 b97b92d30ce8f6c872670f177fa384e61df3b004 diff --git a/procs/d8eb095fe42bb7e4a3daa9d4831b99407a9b9664 b/procs/d8eb095fe42bb7e4a3daa9d4831b99407a9b9664 new file mode 100644 index 0000000..ae68b5a --- /dev/null +++ b/procs/d8eb095fe42bb7e4a3daa9d4831b99407a9b9664 @@ -0,0 +1 @@ +{who args} { set w [string tolower $who]; if {[info exists ::agenda($w)] != 1} {set ::agenda($who) {}}; set ::agenda($who) [uniq [lappend ::agenda($who) [args]]]; . Added $args to $who}