aboutsummaryrefslogtreecommitdiff
path: root/modules/commands/outs.py
Commit message (Expand)AuthorAgeFilesLines
* Remove references to STATUSMSG - just pass around a raw `target_str` (target•••without statusmsg chars stripped off) Gravatar jesopo2019-05-211-5/+4
* 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 truncation•••mechanism, don't convert sent line from ParsedLine to text to ParsedLine for line_handler handling Gravatar jesopo2019-02-231-1/+1
* 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