aboutsummaryrefslogtreecommitdiff
path: root/src/Utils.py
Commit message (Expand)AuthorAgeFilesLines
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-378/+0
* Move parsing IRC lines to src/Utils.py, added base support for parsing outgoing•••messages Gravatar jesopo2018-10-031-0/+34
* 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-width•••joiner Gravatar jesopo2018-09-291-1/+1
* 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