Evaluated rename t+agenda +agenda

This commit is contained in:
jbs on #computerchat
2020-10-07 16:21:51 +02:00
committed by FUCK YOU
parent 05706630ea
commit 728fc59ac2
2 changed files with 1 additions and 1 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}