aboutsummaryrefslogtreecommitdiff
path: root/modules/commands/outs.py
Commit message (Collapse)AuthorAgeFilesLines
* replace \n\n with \n in command outputsGravatar jesopo2019-07-151-1/+7
|
* Allow commands to append to out/err prefixGravatar jesopo2019-07-031-7/+11
|
* add `margin` arg to ParsedLine.truncate so commands/outs.py doesn't do itGravatar jesopo2019-06-191-5/+3
| | | | manually and cause potential issues with multi-byte chars
* Remove debug printsGravatar jesopo2019-06-181-2/+0
|
* Simplify SentLine by shifting truncation to ParsedLine (and commands.outs)Gravatar jesopo2019-06-181-7/+15
|
* command-out truncation logic should be referencing `sent_line`Gravatar jesopo2019-06-101-3/+3
|
* Add `.assure()` to ParsedLine, to make it immune from `.valid()`Gravatar jesopo2019-06-101-9/+18
|
* Remove references to STATUSMSG - just pass around a raw `target_str` (targetGravatar jesopo2019-05-211-5/+4
| | | | without statusmsg chars stripped off)
* Keep commands/outs.py tags-agnosticGravatar jesopo2019-05-211-8/+5
|
* No longer prefix stderr with "!", it doesn't really make senseGravatar jesopo2019-04-301-1/+1
|
* Typo in commands/outs.py, 'methd' -> 'method'Gravatar jesopo2019-04-301-1/+1
|
* Move utils.irc.IRCParsedLine to IRCLine.ParsedLine, improve truncationGravatar jesopo2019-02-231-1/+1
| | | | | mechanism, don't convert sent line from ParsedLine to text to ParsedLine for line_handler handling
* Clear command Out text when there's nothing left to sendGravatar jesopo2019-02-221-0/+2
|
* Typo, 'ValuError' -> 'ValueError'Gravatar jesopo2019-02-221-1/+1
|
* Let IRCLine.Line handle truncating command outputGravatar jesopo2019-02-101-18/+11
|
* Move REGEX_CUTOFF to outs.py (commands)Gravatar jesopo2019-02-091-0/+3
|
* Move StdOut/StdErr specific consts to outs.py (commands)Gravatar jesopo2019-02-091-0/+4
|
* Split command StdOut/StdErr in to their own file (commands)Gravatar jesopo2019-02-091-0/+61