aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* .lstrip alphanumeric chars from private commandsGravatar jesopo2019-05-231-1/+4
* Remove `self` param of _validateGravatar jesopo2019-05-231-1/+1
* Remove debug printing from config.pyGravatar jesopo2019-05-231-2/+0
* Add require_setting to pronouns.pyGravatar jesopo2019-05-231-0/+2
* Use require_setting in user_time.py and weather.pyGravatar jesopo2019-05-232-0/+4
* Add setting example in location.pyGravatar jesopo2019-05-231-1/+2
* Use require_setting in birthday.pyGravatar jesopo2019-05-231-0/+2
* Add system to require settings per event hook and show example help if they're•••not present Gravatar jesopo2019-05-231-15/+51
* pass the `command_prefix` that triggered an event through event kwargsGravatar jesopo2019-05-231-4/+5
* Only show register/identify advice when we're using `internal` authGravatar jesopo2019-05-231-3/+7
* Show example usage when a user does not provide a setting valueGravatar jesopo2019-05-231-13/+18
* Remove array-setting log - we don't/shouldn't use it.Gravatar jesopo2019-05-231-30/+6
* Add usage examples for all settingsGravatar jesopo2019-05-2330-57/+72
* `event.eat()` for command.regex hooks in github moduleGravatar jesopo2019-05-221-0/+2
* LIGHTBLUE tick for verified twitters, not GREENGravatar jesopo2019-05-221-1/+1
* Show a green tick for verified twitter accountsGravatar jesopo2019-05-221-3/+7
* move `api` def to the only context that uses it, rename `twitter_object` varGravatar jesopo2019-05-221-2/+2
* Implement auto-tweet setting to get tweet info automaticallyGravatar jesopo2019-05-221-0/+16
* Refactor tweet-formatting logic in to it's own functionsGravatar jesopo2019-05-221-37/+46
* Typo, `taret` -> `target`Gravatar jesopo2019-05-221-1/+1
* `url_match` -> `event["match"]`Gravatar jesopo2019-05-221-2/+2
* `target_str` is BitBot's own nickname for private messagesGravatar jesopo2019-05-221-1/+1
* Check if a PRIVMSG/NOTICE is send *from* us before we check if it's sent *to* us•••- so `user` isn't null when bitbot messages himself. Gravatar jesopo2019-05-221-8/+8
* RESUME errors now come as `FAIL RESUME`Gravatar jesopo2019-05-221-3/+4
* Pass `server` through FAIL events, use FAIL `command` as part of event pathGravatar jesopo2019-05-221-2/+2
* Log calls need formatting arguments as a second argGravatar jesopo2019-05-221-2/+2
* stdout.write on success for !disconnectGravatar jesopo2019-05-221-0/+1
* Remove old debug print()s from admin.pyGravatar jesopo2019-05-221-2/+0
* `_handle` takes a server paramGravatar jesopo2019-05-221-1/+1
* there's no `1` index arg for a batch-endGravatar jesopo2019-05-221-1/+1
* `server` and `tag` var don't existGravatar jesopo2019-05-221-1/+2
* We should be using `CAP.available()` as it's not a stringGravatar jesopo2019-05-221-1/+1
* Default taget_str in send.stdout/send.stderr to target.nameGravatar jesopo2019-05-221-2/+4
* change arg order for StdOut(/StdErr( in send.stdout/send.stderr eventsGravatar jesopo2019-05-211-2/+2
* change position of `target_str` in `self.command` argsGravatar jesopo2019-05-211-10/+10
* Remove references to STATUSMSG - just pass around a raw `target_str` (target•••without statusmsg chars stripped off) Gravatar jesopo2019-05-213-20/+17
* Don't allow karma for empty stringsGravatar jesopo2019-05-211-0/+3
* typo, 'preix' -> 'prefix'Gravatar jesopo2019-05-211-2/+2
* `event["channel"]` -> `event["target"]`Gravatar jesopo2019-05-211-6/+6
* don't overwrite `tags` varGravatar jesopo2019-05-211-4/+4
* Keep commands/outs.py tags-agnosticGravatar jesopo2019-05-212-14/+13
* Add masterpassword private-only commandGravatar jesopo2019-05-211-0/+8
* Move master-password generation out to it's own functionGravatar jesopo2019-05-211-2/+6
* Typo, 'usernaame' -> 'username'Gravatar jesopo2019-05-211-1/+1
* Strip "+" from the start of `port` after checking if it is presentGravatar jesopo2019-05-211-0/+1
* Add !addserver commandGravatar jesopo2019-05-211-0/+31
* event.eat() in command.regex for !titleGravatar jesopo2019-05-211-0/+1
* Move regex-based github info to command.regex hooksGravatar jesopo2019-05-211-22/+27
* Add the basics of usig BRB instead of QUIT for draft/resume-0.4Gravatar jesopo2019-05-201-0/+6
* `has_capability` -> `has_capability_str`, add new `has_capability`Gravatar jesopo2019-05-203-3/+3