| Commit message (Expand) | Author | Age | Files | Lines |
| * | combine find_setting() and find_setting_prefix() on user/channel/server/bot | jesopo | 2019-10-07 | 4 | -5/+5 |
| * | better help/usage for quote.py commands•••closes #92
| jesopo | 2019-10-04 | 1 | -12/+8 |
| * | only allow !to against users bitbot has seen before•••closes #111
| jesopo | 2019-10-04 | 1 | -0/+4 |
| * | exclude lines with URLs in them from creating markov chains•••closes #156
| jesopo | 2019-10-04 | 1 | -0/+3 |
| * | support !fedi with a URL to a Note | jesopo | 2019-10-04 | 2 | -22/+43 |
| * | expand `apikey` command to list, add, remove and info•••closes #123
| jesopo | 2019-10-04 | 1 | -16/+67 |
| * | preprocess.command returns now need `action, message` returns | jesopo | 2019-10-04 | 1 | -3/+3 |
| * | also stop markov chain if we chose `None` | jesopo | 2019-10-04 | 1 | -0/+2 |
| * | ignore one-char "words" in <title> if they're not a "letter" | jesopo | 2019-10-04 | 1 | -2/+7 |
| * | don't auto-title when a URL contains most of it's <title> | jesopo | 2019-10-04 | 1 | -0/+21 |
| * | Allow utils.Setting_ parse functions to throw detailed errors | jesopo | 2019-10-04 | 2 | -4/+19 |
| * | check that `third_words` isn't empty | jesopo | 2019-10-04 | 1 | -2/+2 |
| * | pass whether a command.regex trigger was an ACTION or not | jesopo | 2019-10-03 | 1 | -1/+2 |
| * | only look at PRIVMSG and NOTICE for !seen | jesopo | 2019-10-03 | 1 | -2/+0 |
| * | split words/parens karma in to 2 regexes, only accept non-parens when ^$•••closes #169
| jesopo | 2019-10-03 | 1 | -17/+9 |
| * | add !ghcommit and @commit auto-github syntax | jesopo | 2019-10-03 | 1 | -11/+55 |
| * | `alias` doesnt exist either | jesopo | 2019-10-03 | 1 | -1/+2 |
| * | dont try to !connect to a variable that doesnt exist | jesopo | 2019-10-03 | 1 | -6/+8 |
| * | Fix typo | Aron Heinecke | 2019-10-02 | 1 | -1/+1 |
| * | only check arg number at all when not "$-" | jesopo | 2019-09-30 | 1 | -5/+4 |
| * | first_word.lower() -> first_words[0].lower() | jesopo | 2019-09-30 | 1 | -1/+1 |
| * | first_word -> first_words, better if statement | jesopo | 2019-09-30 | 1 | -15/+14 |
| * | support multiple `first_words` | jesopo | 2019-09-30 | 1 | -15/+18 |
| * | allow whitespace between karma target and ++/-- | jesopo | 2019-09-30 | 1 | -1/+1 |
| * | 'is_localhost()' -> 'host_permitted()' | jesopo | 2019-09-30 | 1 | -2/+2 |
| * | default sasl-hard-fail to false but add a bot-wide setting for it | jesopo | 2019-09-30 | 1 | -3/+7 |
| * | add github-token to bot.conf.example, use in github.py when available | jesopo | 2019-09-30 | 1 | -6/+10 |
| * | support "$-" for alias arg, meaning "0 or more args" | jesopo | 2019-09-30 | 1 | -4/+8 |
| * | add !msg | jesopo | 2019-09-27 | 1 | -0/+9 |
| * | Revert "add !msg"•••This reverts commit ddaf8a38905bfba2e076f9d5c564e5a1e2e2e90f.
| jesopo | 2019-09-27 | 1 | -9/+0 |
| * | add !msg | jesopo | 2019-09-27 | 1 | -0/+9 |
| * | Merge pull request #164 from chiefnoah/master•••Improves sentence processing for karma | jesopo | 2019-09-27 | 1 | -13/+13 |
| |\ |
|
| | * | Some minor cleanup | Noah Pederson | 2019-09-27 | 1 | -3/+3 |
| | * | Improves sentence processing for karma•••Changes the matching regex to grab arbitrary text between ()
for giving (or taking away) karma. Still supports single words
followed by ++/--, including usernames, and strips "," or ":"
characters from the end if a single-word match.
ex. (some sentence to give karma to)++ -> "[Karma] some sentence to give
karma to now has 1 karma"
ex. ngp:++ -> "[Karma] ngp now has 200 karma"
| Noah Pederson | 2019-09-26 | 1 | -14/+14 |
| * | | pass username/hostname to get_user() so new.user events have that information | jesopo | 2019-09-27 | 2 | -9/+8 |
| * | | take an option server alias arg for !reconnect•••closes #166
| jesopo | 2019-09-27 | 1 | -18/+26 |
| * | | !changenickname -> !nickname | jesopo | 2019-09-27 | 1 | -1/+1 |
| |/ |
|
| * | add require_access flags to !silence/!unsilence | jesopo | 2019-09-26 | 1 | -1/+4 |
| * | update username/hostname of Users when they send PRIVMSG/NOTICE/TAGMSG | jesopo | 2019-09-26 | 1 | -0/+2 |
| * | add check_certificate.py, to warn about expiring or not valid client certs | jesopo | 2019-09-26 | 1 | -0/+33 |
| * | capitalisation and comma for "!stats <alias>" | jesopo | 2019-09-26 | 1 | -1/+1 |
| * | default !roll to 1d6 | jesopo | 2019-09-26 | 1 | -2/+8 |
| * | make dice count optional (default 1) | jesopo | 2019-09-26 | 1 | -2/+2 |
| * | Show dice format error when regex doesn't match | jesopo | 2019-09-26 | 1 | -0/+2 |
| * | only permit 3-digit modifiers | jesopo | 2019-09-26 | 1 | -1/+1 |
| * | also show "total" when there's modifiers | jesopo | 2019-09-26 | 1 | -2/+2 |
| * | fine. support up to d100 | jesopo | 2019-09-26 | 1 | -7/+9 |
| * | allow up to d30, not just d20 | jesopo | 2019-09-26 | 1 | -3/+3 |
| * | add !dice as an alias of !roll | jesopo | 2019-09-26 | 1 | -0/+1 |
| * | !k should be alias_of !kick | jesopo | 2019-09-26 | 1 | -1/+1 |