Advertisement
Guest User

Untitled

a guest
Nov 13th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.30 KB | None | 0 0
  1. RAW 352:*:{
  2.   if (%who) {
  3.     var %u $6
  4.     tokenize 32 $replace($remove($9-,$chr(91),$chr(93),$chr(32)),/,$chr(32))
  5.     if ($2 == M) { .cnick %u 12 * }
  6.     if ($2 == F) { .cnick %u 13 * }
  7.   }
  8.   HALT
  9. }
  10. raw 315:*:{
  11.   if (%who) { unset %who | HALT }
  12. }
  13. on *:JOIN:#:{ set %who 1 | who $chan }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement