mIRC Home    About    Download    Register    News    Help

Print Thread
#56230 19/10/03 11:51 PM
K
Kazz
Kazz
K
K, here's the deal I want this alias:
Code:
 
/Clear /savebuf 20 # info.txt | /clear 
}
 


put into remote script form. BUT I could never understand the help files explanation, please help

B
B0P
B0P
B
Put the word 'alias' in front of the alias name and you've got yourself an alias "in remote script form".

So
Code:
alias Clear { savebuf 20 # info.txt | clear }

(stripped the /'s since they're not necessary in the remotes anyway)

Sometimes the helpfile is too easy, it's easy to think that there must be more to it than what it tells you to wink

K
Kazz
Kazz
K
guess so, thanx a lot


Link Copied to Clipboard