mIRC Home    About    Download    Register    News    Help

Print Thread
#44206 26/08/03 12:18 PM
Joined: Jun 2003
Posts: 54
C
croyfer Offline OP
Babel fish
OP Offline
Babel fish
C
Joined: Jun 2003
Posts: 54
Can U please tell me how I'm going to write an alias who perform these commands in the same time: /run C:/xxxxx AND do the /me is xxxxx on a specific #xxxxx

-Thanx-

Joined: May 2003
Posts: 6
S
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
S
Joined: May 2003
Posts: 6
erm:
this goes in the remotes section:
~~~
alias aliasname {
/run C:/xxxxx
/me is xxxxx
}

Joined: Jun 2003
Posts: 54
C
croyfer Offline OP
Babel fish
OP Offline
Babel fish
C
Joined: Jun 2003
Posts: 54
No that doesn't work - then the /me commando gonna run @ the current # I'm on. I want it to to be saied to e # i specify... f.eks on #jalla every time..

Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
Code:
alias run2 {
  var %program = $shortfn(c:\program files\winampa.exe)
  /run %program
  /describe $iif($1, $1, $active) is running %program
}


EDIT: use either
/run2 - Says it to active channel
/run2 #jalla - says it to channel #jalla

Last edited by KingTomato; 26/08/03 03:24 PM.
Joined: Dec 2002
Posts: 1,253
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,253
Instead of /me, use /describe #jalla to put your action into the channel #jalla.

Joined: Jun 2003
Posts: 54
C
croyfer Offline OP
Babel fish
OP Offline
Babel fish
C
Joined: Jun 2003
Posts: 54
TNX Hammer !! laugh

Last edited by croyfer; 26/08/03 04:21 PM.

Link Copied to Clipboard