Evaluated proc t+agenda {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}
This commit is contained in:
committed by
FUCK YOU
parent
11229e5c17
commit
b955c7a57d
1
procs/d4e6465d2349a1dae8720f217433fc0e71c3bd0f
Normal file
1
procs/d4e6465d2349a1dae8720f217433fc0e71c3bd0f
Normal file
@ -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}
|
Reference in New Issue
Block a user