aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Give empty array arg to WARN call in github moduleGravatar jesopo2019-05-041-1/+1
* Change min duck messages to 40, change chance back to 5%Gravatar jesopo2019-05-031-2/+2
* Actually import EventManager in ducks.pyGravatar jesopo2019-05-031-1/+1
* Set received.message.channel priority to PRIORITY_MONITORGravatar jesopo2019-05-031-1/+2
* Add !friends and !enemies to ducks.pyGravatar jesopo2019-05-031-0/+33
* Reset duck_lines to 0 when a duck has spawnedGravatar jesopo2019-05-031-0/+1
* Change duck-spawn change to 10% per message after 20 messagesGravatar jesopo2019-05-031-1/+1
* there's no `event` in bootstrap_channelGravatar jesopo2019-05-031-3/+3
* bootstrap old channels for ducks.pyGravatar jesopo2019-05-031-2/+9
* Refector ducks.pyGravatar jesopo2019-05-031-397/+56
* add 'print-motd' bot setting, to enable/disable printing motd to logGravatar jesopo2019-05-021-4/+13
* Remove `import pytz` from location.py, we don't use itGravatar jesopo2019-05-011-1/+0
* Move isgd.py to shorturl.py and switch back to using bit.lyGravatar jesopo2019-05-011-5/+10
* No longer prefix stderr with "!", it doesn't really make senseGravatar jesopo2019-04-301-1/+1
* Typo in commands/outs.py, 'methd' -> 'method'Gravatar jesopo2019-04-301-1/+1
* Limiit !to to 5 messages per userGravatar jesopo2019-04-301-0/+4
* Added pronouns.pyGravatar jesopo2019-04-301-0/+22
* resume.py should be using IRCServer.send_rawGravatar jesopo2019-04-281-1/+1
* Actually provide formatting arg for user_time.py errorGravatar jesopo2019-04-281-1/+2
* Change location.py to use lat/lon instead of continent/country/cityGravatar jesopo2019-04-282-9/+6
* Add !w as an alias of !weatherGravatar jesopo2019-04-281-0/+1
* Remove incorrect and redundant `usage` !weatherGravatar jesopo2019-04-281-1/+1
* "%", not ","Gravatar jesopo2019-04-281-2/+2
* Actually provide user nickname in !weather error messageGravatar jesopo2019-04-281-1/+2
* Add echo.pyGravatar jesopo2019-04-281-0/+6
* Add user_time.pyGravatar jesopo2019-04-281-0/+33
* Change location.py to use geocoding, change weather.py in line with itGravatar jesopo2019-04-282-15/+41
* Remove debug printGravatar jesopo2019-04-281-1/+0
* Add location.py, to allow users to set their locationGravatar jesopo2019-04-281-0/+17
* Show the full result of a !config changeGravatar jesopo2019-04-281-2/+3
* Add a setting to automatically shorten URLs when their title is retrievedGravatar jesopo2019-04-281-4/+13
* Add _name to urbandictionary.py for correct capitalisationGravatar jesopo2019-04-271-0/+2
* Use is-ignored export in title.py to ignore users for auto-titleGravatar jesopo2019-04-271-0/+5
* Use is-ignored export in karma to allow ignoring users for karmaGravatar jesopo2019-04-271-0/+5
* Use is-ignored export in sed.py to allow ignoring users from sedGravatar jesopo2019-04-271-0/+4
* Add ability to ignore users per-commandGravatar jesopo2019-04-271-13/+39
* Delete 'ignore' setting when unignoring so it doesn't hold space in the database•••but still defaults to false Gravatar jesopo2019-04-261-1/+1
* Change channel_op's _name from "Channel Op" to "ChanOp"Gravatar jesopo2019-04-261-1/+1
* Check that we have an AbstractURL in DDG resultsGravatar jesopo2019-04-251-1/+1
* Change copypasted !google help textGravatar jesopo2019-04-251-1/+1
* Add duckduckgo.pyGravatar jesopo2019-04-251-0/+24
* Refuse to get the title for any url that points locallGravatar jesopo2019-04-251-1/+9
* Make masterlogin passwords one-time-useGravatar jesopo2019-04-241-1/+2
* Move REGEX_URL out of isgd.py and title.py in to utils.httpGravatar jesopo2019-04-242-9/+6
* `link` -> `url`Gravatar jesopo2019-04-241-1/+1
* Aloow !shorten to find the last posted url and shorten itGravatar jesopo2019-04-241-4/+13
* Store full non-hashed auto-title url in setting valueGravatar jesopo2019-04-241-3/+3
* Add ability to track (and show) who first send a specific link that was•••auto-titled Gravatar jesopo2019-04-241-2/+29
* Record and show when a !to was createdGravatar jesopo2019-04-241-4/+7
* Add Database.servers.get_by_alias, move IRCBot.get_server to•••IRCBot.get_server_by_id, add IRCBot.get_server_by_alias and change !connect/!disconnect to take aliases instead of IDs Gravatar jesopo2019-04-245-21/+17