matthijs186

!startserver

Jul 25th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.22 KB | None | 0 0
  1. on *:TEXT:!startserver:#:{
  2.   if ($nick == matthijs186) {
  3.     msg $target Server is starting up, please wait...
  4.     run C:\Users\Student\Servers\MCForge.exe
  5.   }
  6.   else {
  7.     notice $nick Access denied.
  8.   }
  9.   halt
  10. }
Advertisement
Add Comment
Please, Sign In to add comment