Ok, maybe if I paste script in here You will understand what I'm writing about: proc join {nick host handle chan} { make $chan } proc kick {nick host handle chan knick arg} { make $chan } proc mode {nick host handle chan arg mnick} { make $chan } proc nick {nick host handle chan newnick} { make $cha...
I tried to use command: chanlist <channel> [flags[&chanflags]], but documentation says: Returns: list of nicknames currently on the bot's channel that have all of the flags specified;. If no flags are given, all of the nicknames are returned. Please note that if you're executing chanlist after a...