mIRC Home    About    Download    Register    News    Help

Print Thread
#32447 26/06/03 08:54 PM
Joined: Jun 2003
Posts: 7
M
Me2k3 Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
M
Joined: Jun 2003
Posts: 7
When someone types !trigger this line opens the calculator program:

on *:TEXT:!trigger:#:run C:\Windows\system32\calc.exe

however when !trigger is typed i would like the message the channel saying that the calculator has been opened, how do i do this, i tried a seperate line on *:TEXT:!trigger:#:msg $chan calc opened but it dont work......

#32448 26/06/03 08:59 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Code:
on *:TEXT:!trigger:#:{
  run C:\Windows\system32\calc.exe
  msg # Calc opened.
}

#32449 26/06/03 09:05 PM
Joined: Jun 2003
Posts: 7
M
Me2k3 Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
M
Joined: Jun 2003
Posts: 7
Thanx

#32450 27/06/03 08:39 AM
Joined: Apr 2003
Posts: 16
Y
Pikka bird
Offline
Pikka bird
Y
Joined: Apr 2003
Posts: 16
i have a calc remote if you want shortly but efectiv



Link Copied to Clipboard