Init
From Botnix
init
The init function is called whenever your module is loaded. It currently has only one parameter, the perl object "self" scalar which contains the name of your module.
If your module does not contain this function, it will not be loaded by the bot. If you want to abort the loading of your module at load-time, simply call die(), which will cause the module loader to not place your module into the active modules list.

