Advertisement
Guest User

Untitled

a guest
Nov 14th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. on *:TEXT:!mod add*:#: {
  2. if ($read(modlist.txt,nw,$nick)) {
  3. write modlist.txt $$3
  4. msg $chan $$3 has been added to the mod list.
  5. }
  6. }
  7. on *:TEXT:!mod del*:#: {
  8. if ($read(modlist.txt,nw,$nick)) {
  9. if ($read(modlist.txt,nw,$3)) write -dl $+ $readn modlist.txt
  10. msg # $$3 has been removed from the mod list.
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement