philip icon indicating copy to clipboard operation
philip copied to clipboard

A Slim-inspired IRC bot framework.

Results 7 philip issues
Sort by recently updated
recently updated
newest added

``` Problem 1 - Conclusion: don't install epochblue/philip v1.0.0 - Can only install one of: monolog/monolog[1.7.0, 1.23.0]. - Can only install one of: monolog/monolog[1.7.0, 1.23.0]. - Can only install one...

Maybe have it respond to the RPL_TOPIC/RPL_NOTOPIC server command responses?

Add feature to broadcast message to specified channel after connection and disconnect after successfully send

Using a DI container inside the Philip engine could be a good way to share resources between plugins (such as configuration or persistent storage). I'm considering composing Pimple and passing...

The event loop in Philip is a bit naive; would be nice to try to switch it to something like ReactPHP and let Philip focus on the IRC bits, rather...

Currently help messages are only supported for plugins, but any custom command should be capable of providing a help message as well.