aboutsummaryrefslogtreecommitdiff
path: root/src/Utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules ofGravatar jesopo2018-10-031-378/+0
| | | | related functionality
* Move parsing IRC lines to src/Utils.py, added base support for parsing outgoingGravatar jesopo2018-10-031-0/+34
| | | | messages
* Simplify Utils.seperate_hostmaskGravatar jesopo2018-10-021-8/+2
|
* Make use of str.partition in Utils.parse_docstringGravatar jesopo2018-10-021-8/+3
|
* Add modules/strip_color.pyGravatar jesopo2018-09-301-0/+8
|
* Switch to using docstring for usage, permission and require_modeGravatar jesopo2018-09-301-0/+32
|
* Use a zero-width non-joiner to prevent highlights, instead of a zero-widthGravatar jesopo2018-09-291-1/+1
| | | | joiner
* Move hashflag parsing to Utils.get_hashflagsGravatar jesopo2018-09-291-2/+19
|
* Implement @Utils.export, to denote an export on a moduleGravatar jesopo2018-09-271-3/+11
|
* Add !suggest, to get suggested searches from googleGravatar jesopo2018-09-261-0/+3
|
* Move most code in root directory to src/Gravatar jesopo2018-09-241-0/+287