irc-bot
irc-bot copied to clipboard
A simple and modular PHP IRC bot
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.21 to 9.5.24. Changelog Sourced from phpunit/phpunit's changelog. [9.5.24] - 2022-08-30 Added #4931: Support null and false as stand-alone types #4955: Support true as stand-alone type Fixed...
Bumps [react/socket](https://github.com/reactphp/socket) from 1.11.0 to 1.12.0. Release notes Sourced from react/socket's releases. v1.12.0 Feature: Forward compatibility with react/promise 3. (#214 by @WyriHaximus and @clue) Feature: Full support for PHP 8.2...
Bumps [monolog/monolog](https://github.com/Seldaek/monolog) from 2.7.0 to 2.8.0. Release notes Sourced from monolog/monolog's releases. 2.8.0 Deprecated CubeHandler and PHPConsoleHandler as both projects are abandoned and those should not be used anymore (#1734)...
With the increase in test coverage and the already decent coverage on the other components, it might be beneficial to additionally test on Windows. Also with the release of PHP...
The bot needs a start script that: - [ ] runs the bot in a loop in case it crashes so that it can get back up - [ ]...
It would be nice to be able to define separate log files per channel and flags, similar to Eggdrop: http://www.eggheads.org/support/egghtml/1.6.18/egg-core.html#sect1c For example: ``` logfile mco * "logs/eggdrop.log" logfile jpk #lamest...
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.