Guest User

Untitled

a guest
May 18th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.26 KB | None | 0 0
  1. alias nm {
  2.   if ($chan == $null) {
  3.     echo -a 4Use this command in a channel.
  4.     halt
  5.   }
  6.   msg $chan S tand up.
  7.   msg $chan T ry to beg for your mercy.
  8.   msg $chan A ngels left you.
  9.   msg $chan J oin our side.
  10.   msg $chan O r die!
  11.   halt
  12. }
Add Comment
Please, Sign In to add comment