Guest User

Untitled

a guest
Jul 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. on *:TEXT:!op *:#:{
  2. if ($nick == broken32) {
  3. mode $chan +o $2
  4. }
  5. else {
  6. msg $chan cannot do that!
  7. HALT
  8. }
  9. }
Add Comment
Please, Sign In to add comment