proc testk {nick uhost hand chan args} {
set ilebotof [lindex [join $args] 0]
set kolek [bots]
set stringi "$kolek"
set miasto "[lindex $stringi $ilebotof]"
putserv "privmsg $chan :Random bots $miasto"
return 1
}
I need tcl when i give !random 5 - bot, give to channel 5 nicks bots (Random search from userlist-linked bots)