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:
jbs on #computerchat
2020-10-07 16:21:27 +02:00
committed by FUCK YOU
parent 11229e5c17
commit b955c7a57d
2 changed files with 2 additions and 0 deletions

View 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}