aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 'event["comment"]' -> 'data["comment"]'Gravatar jesopo2019-11-191-1/+1
* expirental code to show comment content for github issue_comment webhooksGravatar jesopo2019-11-191-3/+18
* remove double space for youtube viewsGravatar jesopo2019-11-181-1/+1
* add optional duration for !ignoreGravatar jesopo2019-11-181-3/+13
* move "+5m" syntax parsing out to utils.parseGravatar jesopo2019-11-181-14/+4
* "EventsResultsError"->"EventResultsError", move errors to utils.errorGravatar jesopo2019-11-1818-21/+21
* combine both youtube API queries for playlists in to 1 queryGravatar jesopo2019-11-181-7/+8
* handle a youtube video having no reported views•••closes #203 Gravatar jesopo2019-11-181-3/+12
* combine all 3 youtube API queries in to one (for speed!)Gravatar jesopo2019-11-181-9/+9
* from_pretty_time was moved to utils.datetimeGravatar jesopo2019-11-171-1/+1
* refactor lastfm.pyGravatar jesopo2019-11-151-27/+26
* boldify track/artist in !np outputGravatar jesopo2019-11-151-5/+4
* refactor formatting privmsg/notice, show symbols on noticeGravatar jesopo2019-11-151-35/+26
* move all datetime-related code from utils/__init__ to utils.datetimeGravatar jesopo2019-11-1516-36/+42
* split some stuff out of utils/__init__.pyGravatar jesopo2019-11-151-1/+1
* only try to shlex when we know we've found a command hookGravatar jesopo2019-11-151-6/+8
* we should be passing `args` in to _find_command_hook, not `args_split`Gravatar jesopo2019-11-151-1/+1
* dont use "%s %s"%("thing", "%s") trick - messes up when "thing" has %Gravatar jesopo2019-11-151-33/+43
* show first-words datestamp on !words outputGravatar jesopo2019-11-151-2/+9
* implement opt-in shlex for command args•••closes #202 Gravatar jesopo2019-11-152-10/+27
* don't respond to !botlist automaticallyGravatar jesopo2019-11-151-1/+4
* default `target_user` to None so the var always existsGravatar jesopo2019-11-141-0/+1
* add minimal/normal for "topic set at" linesGravatar jesopo2019-11-141-3/+6
* allow channels to be excluded from print_activity.pyGravatar jesopo2019-11-141-0/+6
* dont print full stacktrace when getting a url's title failsGravatar jesopo2019-11-141-1/+1
* `nickname` doesn't exist in `_on_chghost`Gravatar jesopo2019-11-141-3/+3
* `nickname` doesn't exist in _on_part, should be user.nicknameGravatar jesopo2019-11-141-3/+3
* typo, 'mode_str' -> 'modes_str'Gravatar jesopo2019-11-141-1/+1
* don't duplicate `event["user"].nickname` for prettified invite formatGravatar jesopo2019-11-141-2/+2
* typo, 'prettyb' -> 'prettyGravatar jesopo2019-11-141-1/+1
* `pretty` will always be in `event` but it might be NoneGravatar jesopo2019-11-141-2/+1
* don't let RSS shortening failure CRITICAL the whole botGravatar jesopo2019-11-141-1/+4
* separate formatted lines from pretty formatted linesGravatar jesopo2019-11-142-78/+130
* Show more fediverse errors to the end userGravatar jesopo2019-11-142-13/+28
* change formatted JOIN to have userhost in parensGravatar jesopo2019-11-131-1/+3
* change formatted NOTICEs to be denoted by "-nick-" (PRIVMSG as "<nick>")Gravatar jesopo2019-11-111-1/+1
* support !duckstats for users other than yourselfGravatar jesopo2019-11-111-3/+7
* change git_webhooks hashes from 8 characters to 7Gravatar jesopo2019-11-113-3/+3
* prepend user nickname to command error messagesGravatar jesopo2019-11-111-4/+6
* colorize nicknames on more line formatting eventsGravatar jesopo2019-11-111-12/+23
* colorize nicks on JOIN formattingGravatar jesopo2019-11-111-2/+4
* add bot-wide option to colorize nicknames in formatted outputGravatar jesopo2019-11-111-6/+16
* move tfl.py to bitbot-modulesGravatar jesopo2019-11-081-105/+0
* remove unneeded imports in tfl.pyGravatar jesopo2019-11-081-1/+1
* rewrite tfl.pyGravatar jesopo2019-11-081-248/+79
* Don't assign `keys` to an array index that doesn't exist yetGravatar jesopo2019-11-081-1/+10
* JOIN keys should be comma separated tooGravatar jesopo2019-11-081-1/+1
* don't get far in to attempting sasl when we haven't got it configuredGravatar jesopo2019-11-081-0/+3
* refactor sasl a little and fix logic to retry on 908Gravatar jesopo2019-11-081-34/+42
* switch to a better python eval APIGravatar jesopo2019-11-081-56/+10