mojo_client/bin/scripts/loadall.def
False.Genesis 992f497ae2 * fixed endless loop on startup with missing data (unread conf file, etc)
* fixed logcritical()
* visual enhancement in loadall.def
2007-02-04 01:42:25 +00:00

27 lines
457 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.