aperezdc / luabot

An XMPP (Jabber) bot written in Lua using the protocol implementation from Verse/Prosody

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meeting: Implement MeetBot admin commands

aperezdc opened this issue · comments

The MeetBot admin commands are missing from the meeting plugin:

  • meetbot listmeetings
  • meetbot savemeetings
  • meetbot addchair <channel> <network> <nick>
  • meetbot deletemeeting <channel> <network> <saveit=True>
  • meetbot recent

Probably it would be good to ahve some way of defining bot admins before implementing this.