Advertisement
Guest User

Untitled

a guest
May 29th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. alias quitmsg {
  2. set %quit.temp $rand(0,9)
  3. if (%quit.temp == 0) return Read error: The operation completed sucessfully
  4. if (%quit.temp == 1) return Read error: Connection reset by pier
  5. if (%quit.temp == 2) return )1 <- There is NO quit message! (just kidding
  6. if (%quit.temp == 3) {
  7. if (($network == MoeNet-IRC) || ($network == AntiPornNet) || ($network == irc.tl) || ($network == Beige-Box)) return User has been permanently banned from $network (QUIIIIIIIIIIT)
  8. elseif (($network == QuakeNet)) return G-lined
  9. elseif (($network == EFnet)) return Connection closed
  10. else return K-Lined
  11. }
  12. if (%quit.temp == 4) return mIRC has encountered a problem and needs to close. We are sorry about the inconvenience.
  13. if (%quit.temp == 5) return mIRC has stopped working. Windows is searching for a solution...
  14. if (%quit.temp == 6) return The application mIRC has exited unexpectedly. Mac OS X and other applications are not affected.
  15. if (%quit.temp == 7) return MIRC: This applicaion has executed an illegal operation and must close.
  16. if (%quit.temp == 8) return Segmentation fault
  17. if (%quit.temp == 9) return The Original "Leaving"(tm)
  18. unset %quit.temp
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement