mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2008
Posts: 167
S
Vogon poet
OP Offline
Vogon poet
S
Joined: Oct 2008
Posts: 167
I would like to play the on file: noob-vault.txt in a notice.

I managed to get it to msg the person...
Code:
on *:TEXT:!noobs:# {
  play $nick noob-vault.txt
}


Just wondering if it is possible to get it into a notice?

Thanks for any help in advance smile

Joined: Jul 2006
Posts: 4,163
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,163
Have you look the help file for /play ?


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031

Try the -n switch for the /play command.

Joined: Oct 2008
Posts: 167
S
Vogon poet
OP Offline
Vogon poet
S
Joined: Oct 2008
Posts: 167
Thanks laugh
Code:
on *:TEXT:!noobs:# {
  play -n $nick noob-vault.txt
}




Link Copied to Clipboard