mIRC Home    About    Download    Register    News    Help

Print Thread
#42737 18/08/03 04:38 PM
Joined: Dec 2002
Posts: 111
E
Vogon poet
OP Offline
Vogon poet
E
Joined: Dec 2002
Posts: 111
is there a way to tell once the /play has finished? i have my bot /play'ing out txt files to a user and once its finished i want it to .notice $nick End of list.

#42738 18/08/03 05:12 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
/help ON PLAYEND

Code:
ON *:PLAYEND: {
  echo -ta $filename has finished playing.
}

#42739 18/08/03 05:27 PM
Joined: Dec 2002
Posts: 111
E
Vogon poet
OP Offline
Vogon poet
E
Joined: Dec 2002
Posts: 111
ah gracias

#42740 18/08/03 05:27 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
No problemo. grin


Link Copied to Clipboard