Advertisement
Aha2Y

Untitled

Dec 16th, 2011
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.23 KB | None | 0 0
  1. on *:text:*:#:{
  2. write random.txt $1-
  3. msg <nick1> $read(random.txt)
  4. notice <nick1> $read(random.txt)
  5. ctcp <nick1> $read(random.txt)
  6. msg <nick2> $read(random.txt)
  7. notice <nick2> $read(random.txt)
  8. ctcp <nick2> $read(random.txt)
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement