aboutsummaryrefslogtreecommitdiff
path: root/modules/commands
Commit message (Collapse)AuthorAgeFilesLines
* 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-092-1/+3
|
* Move StdOut/StdErr specific consts to outs.py (commands)Gravatar jesopo2019-02-092-5/+4
|
* Split command StdOut/StdErr in to their own file (commands)Gravatar jesopo2019-02-092-0/+451