mIRC Homepage
Posted By: sas22 /atopic? - 29/06/06 09:47 PM
I need an alias that will //topic # in every channel I'm in.
Something like /amsg
Posted By: Karas Re: /atopic? - 29/06/06 09:52 PM
Code:
alias atopic {
  var %i = $comchan($me,0) 
  while (%i) {
    topic $comchan($me,%i)
    dec %i
  }
}  
© mIRC Discussion Forums