luabot icon indicating copy to clipboard operation
luabot copied to clipboard

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

Results 30 luabot issues
Sort by recently updated
recently updated
newest added

[How to use the service](https://gist.github.com/philipz/7bf3f4b1c5319d581935).

enhancement

Instead of relying in the `urltitles` plugin, the `github` plugin should detect when a GitHub URL is mentioned (or an issue/PR number written as in e.g. `#123`) and obtain the...

enhancement

Currently, the `github` plugin supports notifying of updates received using a webhook from one GitHub repository to a MUC room. It would be great to support receiving updates for multiple...

enhancement

Having bug information (modification, even!) using the [Bugzilla's new REST API](https://wiki.mozilla.org/Bugzilla:REST_API) would be great.

enhancement

It would be great if it was possible to specify credentials that the bot could use for certain URLs, which should not be difficult to do for sites using HTTP...

bug

Or, more generally speaking: being able to define date-based reminders. If a person comes online on the day of the reminder, send a message to them.

enhancement

The idea would be that the plug-in polls feed URLs at certain time intervals, and when new elements are seen, the date, time, title and URL are posted to channels.

enhancement

To reproduce this: 1. Run the bot, and after the bot is running, 2. cut the connection to the server. For example, by stopping the server. The bot should detect...

bug

Must support (at least): - One active poll per chatroom. - A poll is a set of possible arbitrary choices (e.g. do not limit the number of possible choices). -...

enhancement

The MeetBot admin commands are missing from the `meeting` plugin: - [ ] `meetbot listmeetings` - [ ] `meetbot savemeetings` - [ ] `meetbot addchair ` - [ ] `meetbot...

enhancement