Advertisement
jargon

mIRC online notifier

Oct 7th, 2022
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. on *:JOIN:#:
  2. {
  3. if ($nick == BadAdviceCat)
  4. {
  5. /msg $nick WB! ^__^
  6. }
  7. elseif ($nick == Nekomander)
  8. {
  9. /msg $nick WB! ^__^
  10. }
  11. }
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement