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