NanoSector
NanoSector
This should increase reliability with hopefully no side effects. All user information should be in the WhosPcRpl message and thus creating users at this stage should be safe.
As per: http://www.irc.org/tech_docs/005.html the PREFIX directive not only applies to usernames, which the bot assumes now, but also to channel names. This will require a bit of a rework, especially...
Any command that does not register a CommandHelp object in it crashes when it is referenced by !cmdhelp. For example the dynamic commands the Aggregator module generates.
Add a type of parameter which parses the given relative time (e.g. 1s, 4h, 5m, 6d, 7w...) or absolute time (18:05, etc.) and converts it to a set unit. Syntax...
Don't just feed commands what they expect, make a better framework for command testing.
A much wanted feature (at least by myself). I stumbled upon this project: https://github.com/clue/php-stdio-react I'm not exactly sure how we'd implement this. Maybe shove this into a module. We can't...
I've been looking into opening ports with php. Apparently we can open ports with sockets. Because the bot can't listen to input by itself, we could make it listen to...
Signed-off-by: NanoSector
Do not offer to install NVIDIA proprietary drivers when Optimus is detected. This to avoid issues with unbootable systems. We've received numerous reports on IRC that a reinstall was needed...
Right now the autoloader freaks out if it doesn't find the file as it expects every class to be loaded from within the phpbot404.php file. If you want to initialise...