WildPHP / irc-bot

A simple and modular PHP IRC bot
MIT License
84 stars 24 forks source link

!cmdhelp crashes when no help text is available #98

Open NanoSector opened 6 years ago

NanoSector commented 6 years ago

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.