proc adminMsgReport { nick } {
foreach { hasAdmin [chanlist $botchan] } {
if { isop $hasAdmin $botchan } {
#output to admin and wait for response
}
}
}
this is what i have so far, but im really not sure how to approach above. (this procedure isnt called by a bind originally). i understand that i shoudld use a timer, but im not sure how to go about catching the response to stop the timer and quit the loop.
Any help or suggestions would be helpful please
