mIRC Home    About    Download    Register    News    Help

Print Thread
#152365 29/06/06 09:47 PM
Joined: Jun 2006
Posts: 58
S
sas22 Offline OP
Babel fish
OP Offline
Babel fish
S
Joined: Jun 2006
Posts: 58
I need an alias that will //topic # in every channel I'm in.
Something like /amsg

#152366 29/06/06 09:52 PM
Joined: Jul 2005
Posts: 40
K
Ameglian cow
Offline
Ameglian cow
K
Joined: Jul 2005
Posts: 40
Code:
alias atopic {
  var %i = $comchan($me,0) 
  while (%i) {
    topic $comchan($me,%i)
    dec %i
  }
}  

Last edited by Karas; 29/06/06 09:53 PM.

j0k3r @ k4s.ch

Link Copied to Clipboard