mIRC Homepage
Posted By: EviL_SmUrF play command - 18/08/03 04:38 PM
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.
Posted By: Watchdog Re: play command - 18/08/03 05:12 PM
/help ON PLAYEND

Code:
ON *:PLAYEND: {
  echo -ta $filename has finished playing.
}
Posted By: EviL_SmUrF Re: play command - 18/08/03 05:27 PM
ah gracias
Posted By: Watchdog Re: play command - 18/08/03 05:27 PM
No problemo. grin
© mIRC Discussion Forums