mIRC Home    About    Download    Register    News    Help

Print Thread
#9584 04/02/03 03:25 AM
Joined: Dec 2002
Posts: 1,527
_
_D3m0n_ Offline OP
Hoopy frood
OP Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
ok i setup the microsoft agents and all that but what im trying to do is make it do something like

on *:VCMD:hello:*: /msg # $1-

but it wont do anything other than msg the chan and say hello ...... no nick im wanting to know if thats even possible?


D3m0nnet.com
#9585 04/02/03 03:55 AM
Joined: Dec 2002
Posts: 332
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Dec 2002
Posts: 332
try setting the nick to a variable such as
on *:VCMD:hello:*:
set %blah $nick
msg # hello %blah
you could perhaps just use the $nick in the line you had like so
on *:VCMD:hello:*: /msg # $1- $nick or
on *:VCMD:hello:*: /msg # hello $nick




Link Copied to Clipboard