shaniqua-smeggdrop/procs/d4e6465d2349a1dae8720f217433fc0e71c3bd0f

2 lines
187 B
Plaintext

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