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

Feature: help command #24

Closed hashworks closed 9 years ago

hashworks commented 9 years ago

!help [command]: Sends a list of commands or the description of a given command to the user.

hashworks commented 9 years ago

Note: This will result in a failed upgrade if third party plugins are used because they're missing the help method - but I see no better way.