aboutsummaryrefslogtreecommitdiff
path: root/modules/birthday.py
Commit message (Collapse)AuthorAgeFilesLines
* show useful error message when failing to parse birthday settingGravatar jesopo2019-12-021-2/+8
|
* "day" vs "days" in brithday.pyGravatar jesopo2019-11-281-4/+5
|
* Switch more settings to FunctionSettingsGravatar jesopo2019-09-041-9/+8
|
* Refactor set/channelset/serverset/botset in to 'utils.Setting' objectsGravatar jesopo2019-06-281-9/+11
|
* Manually strf birthdays so years are not .strip("0")edGravatar jesopo2019-06-191-2/+11
|
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+3
|
* Use require_setting in birthday.pyGravatar jesopo2019-05-231-0/+2
|
* Add usage examples for all settingsGravatar jesopo2019-05-231-1/+1
|
* Fix birthday.py help text copypaste failGravatar jesopo2019-05-061-2/+1
|
* Support only saving birthday day and monthGravatar jesopo2019-05-061-17/+44
|
* Add !birthdays command to show birthdays todayGravatar jesopo2019-05-061-0/+21
|
* Make birthdays more excitingGravatar jesopo2019-05-061-2/+2
|
* Added birthday.pyGravatar jesopo2019-05-051-0/+54