* forgot to add conf option: "NOTIFYPING" * forgot to describe in prev. rev.: added new DefScript load definition: "#onload" & "#/onload". execute parts of scripts when they get loaded (to initialize stuff, for example)
27 lines
455 B
Modula-2
27 lines
455 B
Modula-2
|
|
// preloads the most important scripts
|
|
|
|
LOG Loading DefScripts...
|
|
|
|
RELOADDEF _enterworld
|
|
RELOADDEF _leaveworld
|
|
RELOADDEF _nopermission
|
|
RELOADDEF _onwhisper
|
|
RELOADDEF cleanupvars
|
|
RELOADDEF internal_perm
|
|
RELOADDEF chan
|
|
RELOADDEF quit
|
|
RELOADDEF reply
|
|
RELOADDEF say
|
|
RELOADDEF yell
|
|
RELOADDEF whisper
|
|
RELOADDEF makechatitem
|
|
|
|
RELOADDEF gc
|
|
RELOADDEF sayred
|
|
RELOADDEF outv
|
|
RELOADDEF sayv
|
|
RELOADDEF s
|
|
RELOADDEF y
|
|
|
|
LOG * DefScripts loaded. |