Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.94 KB | None | 0 0
  1. on *:join:#boo's-closet: {
  2.   if ($network == GamersVault) {
  3.     if ($nick == $me) {
  4.       /run -p "C:\Users\booitsme\Documents\IRC Scripts\Wolfhunt\run.bat"
  5.       /run -p "C:\Users\booitsme\Documents\IRC Scripts\Scrabble\scrabble.exe"
  6.     }
  7.     elseif ($nick == Rawrz) {
  8.       msg $chan !stop
  9.     }
  10.     else {
  11.       notice $nick 13,1If you are new, 9,1Welcome to the Closet13,1. There are only a few rules, so be warned and please read them. 4,1(!Rules)
  12.       notice $nick 13,1All scores are reset 9,1once a week13,1, which if scores are good, there will be 9,1a reward 13,1of fd/fg or something else.
  13.       notice $nick 13,1Extra Points are given to those that 9,1help 13,1with certain features. 4,1(!Bonus)
  14.       notice $nick 13,1Trivia and Uno are Go! Type 9,1!Features 13,1to learn more!
  15.     }
  16.   }
  17.   if ($network == SexNet.org) {
  18.     if ($chan == $readini(ToD.ini,Info,Channel)) {
  19.       .mode $chan +v $nick
  20.     }
  21.   }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement