Currently the main bot connects to IRC mid server load. Here are a couple ideas to improve this;
- When it connects, say a configurable message similar to "The server is still loading, so you cannot connect yet!"
- When the server is done finished loading (not sure if there's an event for this, but if there isn't there is a specific string we could scan for in the console) display a configurable message like "The server has loaded and you can now play!"
And to keep it consistent, maybe one when the server is given the /stop command too, or if it has crashed (but that may be harder to detect).
Currently the main bot connects to IRC mid server load. Here are a couple ideas to improve this;
And to keep it consistent, maybe one when the server is given the /stop command too, or if it has crashed (but that may be harder to detect).