Ueland / VikingBot

Vikingbot is yet another simple PHP based IRC bot with support for plugins and secure IRC servers. The bot requires Unix/Linux shell access with PHP support and SSL support in PHP for use against secure IRC servers.
GNU General Public License v3.0
40 stars 6 forks source link

Add ability to un-/re/load plugins by command #31

Closed hashworks closed 9 years ago

hashworks commented 9 years ago

This way you could temporarily disable plugins without the need of altering the config file. Also this helps to develope plugins.

PS: I'll post stuff I'll work on over the next days. Feel free to implement them if you find time.

hashworks commented 9 years ago

Sadly it isn't possible in PHP to redefine a class (reload) without restarting the script. It's possible with runkit, but it's too experimental.