Advertisement
westor

Play a File From Dir for UniKKatiL v1.1

Nov 24th, 2019
485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.26 KB | None | 0 0
  1. ON *:TEXT:!*:#: {
  2.   tokenize 32 $strip($1-)
  3.  
  4.   var %c = $remove($1,!)
  5.   var %f = $mircdirhoros\ $+ %c $+ .txt
  6.  
  7.   if (!$file(%f)) { return }
  8.  
  9.   msg $chan ( $+ $nick $+ ): Retrieving informations for $qt(%c) sign, Please wait..
  10.   .play $chan $qt(%f) 10
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement