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 >
Wrap
Text File
|
1997-10-26
|
454b
|
18 lines
;Feel free to put any extra information on your addon here if you like! Just make sure
;you put a ";" before your text like I have here.
;
;Sample C-Script Add-On...
on 1:TEXT:hi:#:/msg $chan Hello $nick $+ !
on 1:blah:blah blah etc.
raw 352:* { blah }
ctcp 1:BLAH:blah
alias blah echo 4 -a blah $blah2(blah)
alias blah2 return $+ $1 $+
menu nicklist {
Sample-Addon
Blah:msg $1 Blah!
}
menu @Sample-Addon-Window {
Blah:blah
}