Releases: chadev/Chadev_ircbot
2015-07-01
This release adds the following new functionality:
Ash mods
command to get a list of all the current channel mods currently online
This release changes the following functionality:
Ash is name alive
now checks the channel's user list to see if the person is online or not and changes the output accordingly- Group/meetup commands have been simplified, using data pulled from chadev.com/groups.json instead of requiring manual entry. The following commands have been deprecated and removed as a result:
Ash meetups add (group name): (url)
Ash groups add (group name): (url)
Ash meetups remove (group name)
Ash groups remove (group name)
2015-05-13
This version adds the following new functionality:
- 3rd party developer groups can be managed with with the following commands:
Ash meetups add (group name): (url)
Ash groups add (group name): (url)
Ash meetups list
Ash groups list
Ash meetups remove (group name)
Ash groups remove (group name)
Ash meetup details (group name)
Ash group details (group name)
- RSVP information for a groups upcoming event can be fetched with:
Ash meetup rsvps (group name)
Ash group rsvps (group name)
- RSVP information for the Chadev Developer Lunches can be fetched with
Ash devlunch rsvps
Currently groups are stored in Ash's datastore, as groups start to fill out on the Chadev site this functionality will change to pull from there.
2015-05-03
This release fixes the following issue:
- When running
Ash (nick) is (role)
the role is now replaced instead of appended to
New features in this release:
- Add basic support for 3rd party groups
2015-04-20
Changed how some of the commands are triggered so:
Ash who is (name)
=>Ash whois (name)
Ash what (are|is) (query)
=>Ash what(are|is) (query)
This allows simplifying the handling of nick registration because Ash is no
longer excluding letters from the Alphabet.
2015-04-15
Changes made in this release:
- Meetup API code is now in its own package imported as
github.com/chadev/Chadev_ircbot/meetup
- Change
tell me about the next talk
todevlunch me
for easy of use
2015-03-05
Fixed bug in date parsing when asking Ash for the link to the devlunch's live stream
2015-03-03
This release contains the following new features:
- New
is (name) alive
2015-03-01
This release contains the following features:
- Set/Get Chadev Dev Lunch live stream URL
- Use Pastebin for help message instead of displaying help message in chat and hit Freenode's Flood protection
2015-02-21 Alpha
This release contains the following experimental features:
- Set/Get Chadev Dev Lunch live stream URL
- Use Pastebin for help message instead of displaying help message in chat and hit Freenode's Flood protection