Advertisement
westor

mIRCStats command update

Nov 2nd, 2014
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.60 KB | None | 0 0
  1. ON !*:TEXT:!*:#: {
  2.   tokenize 32 $strip($1-,burci)
  3.   if ($1 == !updatestats) || ($1 == !updated) || ($1 == !statsupdate) || ($1 == !uploadstats) {
  4.     if (%mircstats_upload) { .msg $chan [ $+ $nick $+ ]: Error, Already in use, The stats uploading progress is running, please try again later! | return }
  5.     var %f = C:\mStats\mircstats.exe
  6.     if (!$isfile(%f)) { .msg $chan [ $+ $nick $+ ]: Error, The $qt(%f) direction does NOT exist! | return }
  7.     set -eu60 %mircstats_upload $ctime $nick
  8.     .msg $chan [ $+ $nick $+ ]: Starting now uploading the stats, Please wait...
  9.     .run -n $qt(%f)
  10.   }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement