The-Judge wrote:
2) Where can i find a list of "control-nick@servername" commands? Like loadclient...
Inside the module's code; there is no official list.
The-Judge wrote:
3) How can i quit mod.cservice without shutting down gnuworld?
Simple answer: you can't. You could run multiple instances of GNUWorld, making mod.cservice independant from other modules, and only shut that one down. A module shutdown generally means the entire thing will stop. You could also comment it out from GNUWorld.conf and restart it... do your changes, re-enable it in the config, and restart again... that might work.