jbs on #computerchat
|
b955c7a57d
|
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}
|
2020-10-07 16:21:27 +02:00 |
|