home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz KrOnIcKLeZ 3 / HaCKeRz_KrOnIcKLeZ.iso / scriptz / guestbookgold.txt < prev    next >
Text File  |  1996-04-23  |  1KB  |  27 lines

  1. 1:ON CHATOPEN: {
  2. /msg =$nick Welcome to 2kewl Guestbook 8GOLD $+ ! Version 2 of Weapon_X's GREAT Guestbook Addon! 
  3. /msg =$nick Type: !sign to sign the guestbook.
  4. /msg =$nick Type: !view to view the guestbook.
  5. /msg =$nick Type: !rules for rules. <- Read It
  6. /msg =$nick    `-- End of Guestbook MOTD 
  7. }
  8. 1:ON CHAT:!view: { /msg =$nick Playing Guestbook.... | /timer 1 2 /play =$nick guest.book 0 }
  9. 1:ON CHATCLOSE: { /ruser $nick }
  10. 1:ON CHAT:!sign: { /guestbook $nick }
  11. 2:ON CHAT:*: { /if $parms == $null /set %email none | /else /set %email $parms | /guestbook2 $nick }
  12. 2:ON CHAT:*: { /if $parms == $null /set %comment No Comment Given | /else /set %comment $parms | /signthebook }
  13. 1:ON CHAT:!rules: { /msg =$nick RULES LIST | /msg =$nick 1) Submit ONLY one entry! | /msg =$nick 2) No offensive words | /msg =$nick *** END OF RULES }
  14.  
  15. >ALIASES<
  16. /guestbook {
  17. /auser 2 *1 | /set %nick *1 | /msg =$nick Please Enter your Email Address: }
  18. /guestbook2 {
  19. /auser 3 *1 | /msg =$nick Please Enter your Comment: }
  20. /signthebook {
  21. /write guest.book User: %nick ( $+ %email $+ )  - Signed: $Adate @ $time 
  22. /write guest.book Comments  --->       %comment 
  23. /write guest.book ========================================================
  24. /msg =$nick *** Guestbook Entry Entered:
  25. /msg =$nick User: %nick ( $+ %email $+ )  - Signed: $Adate @ $time 
  26. /msg =$nick Comments  --->       %comment 
  27. /msg =$nick ======================================================== | /ruser $nick }