Guest User

Untitled

a guest
Jan 22nd, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.42 KB | None | 0 0
  1. on *:TEXT:!report*:#: {
  2.   if (!$2) { notice $nick Please submit reports in the form !report <name> <reason> | return }
  3.   if (!$3) { notice $nick Please submit a reason in the form !report <name> <reason> | return }
  4.   else { msg #neek Report sent in by $+(",$nick,") Offender: $2 Report: $3- | msg $chan 1,7Thank-you $+($nick,.) Your abuse report has been sent to EOP's staff channel and the abuse is now being reviewed. }
  5. }
Add Comment
Please, Sign In to add comment