mIRC Homepage
Posted By: Kazz Alias problem, help please - 19/10/03 11:51 PM
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
Posted By: B0P Re: Alias problem, help please - 20/10/03 12:06 AM
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
Posted By: Kazz Re: Alias problem, help please - 20/10/03 12:29 AM
guess so, thanx a lot
© mIRC Discussion Forums