aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* refactor multi-line-to-line normalisation to utils.parse.line_normalise(), ↵Gravatar jesopo2019-10-102-6/+3
| | | | | | use it in rss.py closes #174
* strip HTML from RSS entry titlesGravatar jesopo2019-10-101-1/+1
| | | | closes #174
* !editserver only need an alias to exist, not to be currently connectedGravatar jesopo2019-10-091-3/+3
|
* a chain has failed to generate if the result is the same as the inputGravatar jesopo2019-10-091-0/+3
|
* format multi-line toots on a single line using things like double spaceGravatar jesopo2019-10-091-2/+24
|
* format multi-line tweets on a single line using things like double spacesGravatar jesopo2019-10-091-2/+9
|
* only FORCE_SUCCESS for masterlogin when there's a permissions requirementGravatar jesopo2019-10-091-1/+1
|
* also split auto-title words on `/`Gravatar jesopo2019-10-091-1/+3
|
* [:,] shouldn't be optional because the wider group isGravatar jesopo2019-10-091-1/+1
|
* only accept space between word and modifier for word karma when : or ,Gravatar jesopo2019-10-091-1/+1
|
* duck_active should be when the duck spawnsGravatar jesopo2019-10-081-1/+1
|
* typo, 'timer.repo()' -> 'timer.redo()'Gravatar jesopo2019-10-081-1/+1
|
* duck-prevent-highlight by default, improve !friends/!enemies queryGravatar jesopo2019-10-081-6/+29
|
* default !friends/!enemies to be for the current channelGravatar jesopo2019-10-081-2/+2
|
* prefer `url` over `id` as it's usually a more user-friendly urlGravatar jesopo2019-10-081-1/+2
|
* !isupraw -> !tcpupGravatar jesopo2019-10-081-2/+2
|
* look back in logs for URL when non is provided to !isupGravatar jesopo2019-10-081-2/+10
|
* add !isupraw - to check if a tcp connection is possible to a targetGravatar jesopo2019-10-081-0/+27
| | | | closes #120
* show $n/$u/$h for ban-format-account help tooGravatar jesopo2019-10-081-1/+3
|
* don't consume ":"/"," in a karma targetGravatar jesopo2019-10-081-1/+1
|
* move !which to help.pyGravatar jesopo2019-10-082-18/+16
|
* add !apropos - to show commands with a given string in themGravatar jesopo2019-10-081-0/+16
| | | | closes #133
* do not permit a space between () and karma modifierGravatar jesopo2019-10-081-1/+1
|
* only show twitter url when one was not provided initiallyGravatar jesopo2019-10-082-5/+9
|
* allow !markovfor outside a channel when you share the channel with bitbotGravatar jesopo2019-10-081-1/+3
|
* send ducks 5-20 seconds after the message that triggered itGravatar jesopo2019-10-081-1/+5
|
* transient timers shouldn't use the event systemGravatar jesopo2019-10-085-31/+26
|
* only show youtu.be url when one was not providedGravatar jesopo2019-10-081-2/+10
| | | | closes #171
* make 'sasl' setting 'sensitive'Gravatar jesopo2019-10-071-1/+1
|
* Setting.format() should effect when you change a setting, mostly forGravatar jesopo2019-10-071-2/+4
| | | | SensitiveSetting
* combine find_setting() and find_setting_prefix() on user/channel/server/botGravatar jesopo2019-10-074-5/+5
|
* better help/usage for quote.py commandsGravatar jesopo2019-10-041-12/+8
| | | | closes #92
* only allow !to against users bitbot has seen beforeGravatar jesopo2019-10-041-0/+4
| | | | closes #111
* exclude lines with URLs in them from creating markov chainsGravatar jesopo2019-10-041-0/+3
| | | | closes #156
* support !fedi with a URL to a NoteGravatar jesopo2019-10-042-22/+43
|
* expand `apikey` command to list, add, remove and infoGravatar jesopo2019-10-041-16/+67
| | | | closes #123
* preprocess.command returns now need `action, message` returnsGravatar jesopo2019-10-041-3/+3
|
* also stop markov chain if we chose `None`Gravatar jesopo2019-10-041-0/+2
|
* ignore one-char "words" in <title> if they're not a "letter"Gravatar jesopo2019-10-041-2/+7
|
* don't auto-title when a URL contains most of it's <title>Gravatar jesopo2019-10-041-0/+21
|
* Allow utils.Setting_ parse functions to throw detailed errorsGravatar jesopo2019-10-042-4/+19
|
* check that `third_words` isn't emptyGravatar jesopo2019-10-041-2/+2
|
* pass whether a command.regex trigger was an ACTION or notGravatar jesopo2019-10-031-1/+2
|
* only look at PRIVMSG and NOTICE for !seenGravatar jesopo2019-10-031-2/+0
|
* split words/parens karma in to 2 regexes, only accept non-parens when ^$Gravatar jesopo2019-10-031-17/+9
| | | | closes #169
* add !ghcommit and @commit auto-github syntaxGravatar jesopo2019-10-031-11/+55
|
* `alias` doesnt exist eitherGravatar jesopo2019-10-031-1/+2
|
* dont try to !connect to a variable that doesnt existGravatar jesopo2019-10-031-6/+8
|
* Fix typoGravatar Aron Heinecke2019-10-021-1/+1
|
* only check arg number at all when not "$-"Gravatar jesopo2019-09-301-5/+4
|