aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules/commands
Commit message (Collapse)AuthorAgeFilesLines
* add ${BNICK} (bot's own nick) and ${CTRIGGER} (command trigger) to aliasesGravatar jesopo2020-04-071-4/+4
|
* rewrite command output truncationGravatar jesopo2020-03-032-17/+20
|
* commands module no longer relies on pemissions moduleGravatar jesopo2020-02-261-1/+0
|
* transfer stdout/stderr _assured to IRCLine.assuredGravatar jesopo2020-02-091-0/+2
|
* move !alias variables in to alias_variables.py, add RNICK (random nick)Gravatar jesopo2020-02-051-1/+2
|
* first draft of command_spec.pyGravatar jesopo2020-01-241-1/+3
|
* send expect_output on private command events tooGravatar jesopo2020-01-111-1/+1
|
* default pattern-based commands to expect_output=FalseGravatar jesopo2020-01-111-2/+2
|
* by default, don't trigger command.regex events when in a statusmsgGravatar jesopo2020-01-011-0/+3
|
* pass `user` on get.command events, so e.g. aliases know user nicknamesGravatar jesopo2019-12-171-4/+7
|
* 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
|
* move core modules to src/core_modules, make them uneffected by white/black listGravatar jesopo2019-12-102-0/+452