sylae / ligrev

XMPP MUC Utility bot
GNU General Public License v3.0
2 stars 1 forks source link

Natural language support for commands #5

Closed sylae closed 10 years ago

sylae commented 10 years ago

Commands like /log could quickly get messy, so we should consider having some sort of natural language processing (nothing too fancy, this is php after all) for commands. For example, a user should be able to say "Ligrev, get logs from last night at 8:00 PM" and it should somehow work.

cburschka commented 10 years ago

Next step: Implement general-purpose strong AI in PHP. Ligrev will satisfy our values through friendship and ponies. :D

(But really, I suspect even stuff like the above sounds deceptively simple once you take possible formulations and edge cases into account. Maybe we should recreate the AJAX-based autologger...)

sylae commented 10 years ago

Since the big issue for this was the log, which is now external, I'm now shelving this issue.