Partyline : BoBjUH, User2, User3
I'm not really good with tcl but i read tcl-command.doc and i think you have to to it with "whom *" but than you get all the info like host and stuff i just need the handle.
Somebody gave me some code it's gives an error.
Code: Select all
set a "";set b 0, foreach c [dcclist chat] { incr b;append a "[lindex [split $c] 1] - ";};append a "Total $b";return $a;
Cany anybody help me ?[15:30] Tcl error [dcc:test]: wrong # args: should be "set varName ?newValue?"