start()
void start( int count, object conf )
The start() method is called when a module is
loaded, as well as when a configuration variable has been changed and
are being saved. In the first case the count argument will be
zero, in the later it will be two. The conf argument is the
configuration object for the virtual server.
|