Evaluated rename +agenda old+agenda

This commit is contained in:
jbs on #computerchat
2020-10-07 16:21:49 +02:00
committed by FUCK YOU
parent b955c7a57d
commit 05706630ea
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}