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
39 stars 6 forks source link

Feature: Load plugins recursivly #22

Closed hashworks closed 9 years ago

hashworks commented 9 years ago

This way one can git pull a plugin directly into the plugin folder, also we could create a thirdparty folder instead of 467722c and 0ee9871 in #19. It checks for the pluginInterface implementation so non-plugin files don't get imported, also I thought it would be a good idea to get the class name by regex instead of it's filename.

Ueland commented 9 years ago

No complaints from me! :)