home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com / InfoMagic-WinFilesDotCom-June1998-Disc3of3-DAMAGED_DISC.iso / chat-textadd / C-Script.exe / AddOns / sample / sample.mrc < prev    next >
Text File  |  1997-10-26  |  454b  |  18 lines

  1. ;Feel free to put any extra information on your addon here if you like! Just make sure
  2. ;you put a ";" before your text like I have here.
  3. ;
  4. ;Sample C-Script Add-On...
  5.  
  6. on 1:TEXT:hi:#:/msg $chan Hello $nick $+ !
  7. on 1:blah:blah blah etc.
  8. raw 352:* { blah }
  9. ctcp 1:BLAH:blah
  10. alias blah echo 4 -a blah $blah2(blah)
  11. alias blah2 return   $+ $1 $+ 
  12. menu nicklist {
  13.   Sample-Addon
  14.   Blah:msg $1 Blah!
  15. }
  16. menu @Sample-Addon-Window {
  17.   Blah:blah
  18. }