mIRC Home    About    Download    Register    News    Help

Print Thread
#56230 19/10/03 11:51 PM
Joined: Feb 2003
Posts: 43
K
Kazz Offline OP
Ameglian cow
OP Offline
Ameglian cow
K
Joined: Feb 2003
Posts: 43
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


smirk Mr.Newb smirk
A.K.A Kazz
Joined: Oct 2003
Posts: 7
B
B0P Offline
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
B
Joined: Oct 2003
Posts: 7
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

Joined: Feb 2003
Posts: 43
K
Kazz Offline OP
Ameglian cow
OP Offline
Ameglian cow
K
Joined: Feb 2003
Posts: 43
guess so, thanx a lot


smirk Mr.Newb smirk
A.K.A Kazz

Link Copied to Clipboard