aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* Round up redeem-delay time, allow users to send coinsGravatar jesopo2018-08-091-2/+34
|
* Only allow !redeemcoins when you have no coinsGravatar jesopo2018-08-091-12/+20
|
* Remove print in coins.py, fixed grammar a littleGravatar jesopo2018-08-091-3/+1
|
* Added coins.pyGravatar jesopo2018-08-091-0/+68
|
* fixed typos in !channelgetGravatar jesopo2018-08-081-3/+3
|
* Added !get and !channelgetGravatar jesopo2018-08-081-5/+25
|
* Added a setting to disable ctcp responsesGravatar jesopo2018-08-081-19/+20
|
* Also track BitBot's words in words.pyGravatar jesopo2018-08-081-5/+12
|
* get highlight-spam-protection setting before highlight-spam-thresholdGravatar jesopo2018-08-061-12/+16
|
* use TimeRotatingFileHandler in logging.pyGravatar jesopo2018-08-051-2/+3
|
* also empty command stdout when there's no !moreGravatar jesopo2018-08-051-0/+2
|
* Grammar is importantGravatar jesopo2018-08-051-1/+1
|
* changed words.py to use new user_channel_settings tableGravatar jesopo2018-08-051-6/+8
|
* only get "sed" setting when a message that looks like a sed command comes inGravatar jesopo2018-08-051-2/+4
|
* Improve using correct nickname capitalisation in words.pyGravatar jesopo2018-08-051-4/+3
|
* When a user is online, use correct capitalisation in !wordusersGravatar jesopo2018-08-051-2/+4
|
* only set autojoin when we've joined a channel not in our autojoin listGravatar jesopo2018-08-051-3/+4
|
* Change to.py to use user_channel_settings in to.py and set priority to MEDIUM toGravatar jesopo2018-08-051-8/+11
| | | | avoid !to to one's self sending two messages
* Put milliseconds in logging.pyGravatar jesopo2018-08-051-3/+16
|
* Actually add event hook for CRITICALGravatar jesopo2018-08-051-0/+1
|
* Add CRITICAL log level to logging.pyGravatar jesopo2018-08-051-0/+2
|
* only try to delete !to messages when there are anyGravatar jesopo2018-08-051-1/+2
|
* Improved logging, added TRACE logging in Database.py to see how it performsGravatar jesopo2018-08-053-20/+41
|
* Remove debug print, improve wikipedia.pyGravatar jesopo2018-08-041-5/+7
|
* Add help for !wordsGravatar jesopo2018-08-031-1/+2
|
* it's "#--ignore" not "#!--ignore"Gravatar jesopo2018-08-031-1/+1
|
* Revamped words.py to track words per user per server so we're not writing a hugeGravatar jesopo2018-08-031-19/+18
| | | | json string to sqlite every time someone says a tracked word
* Grammer is importantGravatar jesopo2018-08-031-1/+1
|
* get user permissions every time they try to use a command that requiresGravatar jesopo2018-08-021-6/+8
| | | | permissions, instead of caching their permissions when they sign in
* Added missing ")" in print_activity.pyGravatar jesopo2018-07-311-1/+1
|
* support optional data in upc.pyGravatar jesopo2018-07-251-11/+19
|
* add !gtin to upc.pyGravatar jesopo2018-07-251-1/+2
|
* Add upc.pyGravatar jesopo2018-07-251-0/+44
|
* Included notices in print_activity, don't always print channel nameGravatar jesopo2018-07-231-5/+26
|
* remove debug print in books.pyGravatar jesopo2018-07-221-1/+0
|
* rating, date and authors are optional in google's book apisGravatar jesopo2018-07-221-5/+12
|
* include quit reasons in print_activity if presentGravatar jesopo2018-07-201-1/+2
|
* Ban formats aren't boolsGravatar jesopo2018-07-201-2/+1
|
* added a way to prevent bitbot accepting invitesGravatar jesopo2018-07-191-1/+2
|
* Added a channel setting for banmask, added !unbanGravatar jesopo2018-07-191-2/+31
|
* move sending CAP sasl request to sasl.pyGravatar jesopo2018-07-161-3/+9
|
* use PRIORITY_URGENT in perform.pyGravatar jesopo2018-07-161-2/+2
|
* move sasl logic to it's own moduleGravatar jesopo2018-07-153-61/+57
|
* fix print_activity still using old EventManager priority locationGravatar jesopo2018-07-151-2/+1
|
* Made part/quit print_activity functions more uniformGravatar jesopo2018-07-151-3/+2
|
* Use QUOTES.items() in quit.pyGravatar jesopo2018-07-151-3/+2
|
* Added EventHook.call_for_result to get a result or default from an eventGravatar jesopo2018-07-152-3/+6
|
* Move quit quotes to it's own moduleGravatar jesopo2018-07-152-61/+67
|
* print_messages->print_activity, print more things!Gravatar jesopo2018-07-152-36/+83
|
* skip !more's out/err, added a way to split messages from their prefixes forGravatar jesopo2018-07-141-7/+8
| | | | logging purposes