mIRC Home    About    Download    Register    News    Help

Print Thread
#82461 09/05/04 06:11 PM
P
pjlion
pjlion
P
is there a command or a scripting otion that makes it possible to do a /aserv (message to all channels in a multiserver client)?? So when i do a /amsg or /ame that all channels get the same msg ??
thx and kind regards
pjlion

#82462 09/05/04 06:44 PM
Joined: Nov 2003
Posts: 2,321
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
alias aamsg { scon -at1 if $chan(0) amsg $1- }
alias aame { scon -at1 if $chan(0) ame $1- }

/aamsg msg
/aame msg


Link Copied to Clipboard