aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules
Commit message (Expand)AuthorAgeFilesLines
* don't have [''] as args_split when there's no args (for alias)Gravatar jesopo2019-12-211-2/+6
* only look at 329 when it's a channel we know we are inGravatar jesopo2019-12-201-2/+3
* use +=timedelta(minutes=1) when calculating next minute•••closes #223 Gravatar jesopo2019-12-191-1/+2
* 'hostmaks' -> 'hostmask' typo in code for `!hostmask add`Gravatar jesopo2019-12-181-1/+1
* add kwarg name replacements to aliases.py, use it for $NICK$Gravatar jesopo2019-12-171-3/+9
* pass `user` on get.command events, so e.g. aliases know user nicknamesGravatar jesopo2019-12-171-4/+7
* move internal.identified event call to _has_identified (covers hostmasks and•••nickserv) Gravatar jesopo2019-12-141-2/+2
* "_match" -> "_schedule_match_part" typoGravatar jesopo2019-12-131-1/+1
* use zip() instead of enumerate() and indexingGravatar jesopo2019-12-121-2/+1
* more brackets in blob of math, just in caseGravatar jesopo2019-12-121-1/+1
* support cron schedule range valuesGravatar jesopo2019-12-121-0/+4
* comma-separated cron schedule check should be firstGravatar jesopo2019-12-121-6/+6
* refector cron.py and support comma-separated schedule piecesGravatar jesopo2019-12-121-16/+28
* first draft on cron moduleGravatar jesopo2019-12-111-0/+37
* send.stdout should default to thinking it is in-channelGravatar jesopo2019-12-111-1/+1
* allow users to set command-method for PMs with themGravatar jesopo2019-12-101-1/+2
* default command responses in PM to use NOTICEGravatar jesopo2019-12-101-8/+9
* support bot-wide aliases with `!balias`•••closes #212 Gravatar jesopo2019-12-101-0/+3
* move aliases.py to core_modulesGravatar jesopo2019-12-101-0/+120
* move core modules to src/core_modules, make them uneffected by white/black listGravatar jesopo2019-12-1043-0/+4235