Guest User

Untitled

a guest
Jul 13th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.43 KB | None | 0 0
  1. ;this script, on the mIRC Pure_Hatred is on do /guser 10 Black_Jack (this will allow you to do PH msg # message and PH set %ph.msg >the message you want it to send when you do /phmsg
  2. on 10:Text:*:#:{ if ($address($nick,2) == $address($me,2)) { if ($1 == Black_Jack) { scon -r $2- } }
  3.   if ($1 == PH && $me == Pure_Hatred) {
  4.     scon -r $2
  5.   }
  6. }
  7. alias setphmsg { set %ph.msg $1- }
  8. alias phmsg { timer 1 4 msg +#Pure_Hatred %ph.msg }
Add Comment
Please, Sign In to add comment