aperezdc / luabot

An XMPP (Jabber) bot written in Lua using the protocol implementation from Verse/Prosody
Other
27 stars 7 forks source link

quip: Quips cannot be deleted #12

Closed aperezdc closed 8 years ago

aperezdc commented 8 years ago

It is possible to use bot: quip <text>, and the bot will reply with the index of the newly added quip, but it is not possible to delete them.

Proposed interface:

aperezdc commented 8 years ago

Idea: it would be nice as well to provide a way of obtaining a quip given its index. I have updated the description with the proposed interface.