Lullabot / lubot

1 stars 0 forks source link

[#11] Add a system for scripts to add help and the bot to retrieve and display it. #29

Closed eojthebrave closed 9 years ago

eojthebrave commented 9 years ago

Resolves #11

Example:

<@eojthebrave> joebot: help?
<joebot> Detailed information is available with "BOTNAME: help <feature>?" where <feature> is one of: factoids, help
<@eojthebrave> joebot: help?
<joebot> Detailed information is available with "BOTNAME: help <feature>?" where <feature> is one of: factoids, help
<@eojthebrave> joebot: help factoids?
<joebot> Set factoids with "BOTNAME: Metal is great." or  "BOTNAME: cats are furry." or "BOTNAME: ping is <reply>WHAT?!". You can use the !who placeholder, it will be replaced with the nick of the user performing the query. Retrieve with "Robots?" or "BOTNAME: cheer!" Forget with "BOTNAME: delete factoid ping".
q0rban commented 9 years ago

I love this so much.

eojthebrave commented 9 years ago

Thanks for the feedback @q0rban. I think I've addressed all your issues with the code. Yay help!