aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Handle dangling spaces at the end of a NAMES responseGravatar jesopo2019-05-091-0/+5
* Only split NAMES reply at literal space, .split() is overzealousGravatar jesopo2019-05-091-1/+1
* Tokenize IRC data as soon as it comes out of IRCServerGravatar jesopo2019-05-091-5/+4
* Catch UserNotFoundException in var `e`Gravatar jesopo2019-05-081-1/+1
* Log URL when we fail to get a <title>Gravatar jesopo2019-05-071-1/+1
* Change !uuid to !uuid4 to be clear that it's a uuid4 being generatedGravatar jesopo2019-05-071-2/+2
* Remove '"human"' key from location settings export - we dont use it and it's•••using elements of 'location' that were removed Gravatar jesopo2019-05-071-2/+1
* Don't parse '/me's as commandsGravatar jesopo2019-05-061-1/+4
* Fix birthday.py help text copypaste failGravatar jesopo2019-05-061-2/+1
* Add !serverunignoreGravatar jesopo2019-05-061-0/+16
* put permission control on !serverignore, don't rely on setting default of NoneGravatar jesopo2019-05-061-1/+4
* `server` -> `event["server"]`Gravatar jesopo2019-05-061-1/+1
* Pass server param to _is_ignoredGravatar jesopo2019-05-061-1/+1
* Add a mechanism to ignore specific commands for a whole networkGravatar jesopo2019-05-064-4/+19
* 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
* Query weather for given args if they don't look like a userGravatar jesopo2019-05-051-9/+17
* Stop using prevent_highlight. it ruins terminals on OS XGravatar jesopo2019-05-043-10/+8
* Only handle 324 when we're actually in the channelGravatar jesopo2019-05-041-5/+6
* 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