Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Releases: chadev/Chadev_ircbot

2015-07-01

02 Jul 03:32
Compare
Choose a tag to compare

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

13 May 22:00
Compare
Choose a tag to compare

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

03 May 18:31
Compare
Choose a tag to compare

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

20 Apr 17:56
Compare
Choose a tag to compare

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

15 Apr 23:42
Compare
Choose a tag to compare

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 to devlunch me for easy of use

2015-03-05

05 Mar 19:30
Compare
Choose a tag to compare

Fixed bug in date parsing when asking Ash for the link to the devlunch's live stream

2015-03-03

03 Mar 13:52
Compare
Choose a tag to compare

This release contains the following new features:

  • New is (name) alive

2015-03-01

01 Mar 19:59
Compare
Choose a tag to compare

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

22 Feb 16:46
Compare
Choose a tag to compare
2015-02-21 Alpha Pre-release
Pre-release

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