When i join a channel my script perform a /who on that channel, how can i make it so it dont flood it self out when it join many channels at once ? the code i have looks like:
Code:
alias whoall-cline {
  set %cline-comchan $comchan($me,0)
  set %cline-count 0
  :start
  inc %cline-count 1
  if ($comchan($me,%cline-count)) { who $comchan($me,%cline-count) }
  if (%cline-count < %cline-comchan) { goto start }
}

any way i can slow that down a bit, but still perform a who on all channels i joined ? :tongue:


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }