WildPHP / irc-bot

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

New way of specifying commands #87

Closed NanoSector closed 6 years ago

NanoSector commented 7 years ago

Allows for validating parameters before they are passed to the callback, which can save some checking code in those functions. I don't really like the way a failed validation is handled towards end users right now but that's relatively easily fixable.

Signed-off-by: Yoshi2889 rick.2889@gmail.com