aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* find_setting() returns a tupleGravatar jesopo2019-11-201-7/+7
* require access for !alias/!caliasGravatar jesopo2019-11-201-2/+3
* move command aliases out to their own module (aliases.py)Gravatar jesopo2019-11-202-66/+126
* set private NOTICE context so print_activity shows who a notice was sent toGravatar jesopo2019-11-191-7/+4
* separate server name and context name with ":" in print_activity.pyGravatar jesopo2019-11-191-2/+2
* show who opened a pull request for pull_request events when appropriateGravatar jesopo2019-11-191-9/+15
* boldify important parts in !help outputGravatar jesopo2019-11-191-5/+11
* '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