aboutsummaryrefslogtreecommitdiff
path: root/Utils.py
Commit message (Expand)AuthorAgeFilesLines
* Add Utils.bold and Utils.underlineGravatar jesopo2018-09-011-0/+6
* Only show 2 biggest units in !seenGravatar jesopo2018-08-291-6/+17
* Use a zero-width joiner in Utils.prevent_highlight instead of zero width spaceGravatar jesopo2018-08-201-1/+1
* Prevent highlighting users in !wordusers and !richestGravatar jesopo2018-08-101-0/+3
* Added Utils.to_pretty_timeGravatar jesopo2018-08-091-0/+19
* Added highlight spam detection/prevention logic to channel_opGravatar jesopo2017-12-261-0/+4
* Add default timeoutGravatar Evelyn2017-11-031-1/+1
* Take BS4 parser string from kwargs so you can actually XML. idk even what's t...Gravatar Evelyn2017-06-071-2/+2
* Correct spelling of 'background' for color utilsGravatar Evelyn2016-11-071-1/+1
* changed Utils.get_url to catch SSL errors.Gravatar jesopo2016-07-051-7/+10
* added handling URLError to Utils.get_url.Gravatar jesopo2016-06-241-0/+6
* added a function to Utils to get the "closest" setting, with channel/user set...Gravatar jesopo2016-05-061-0/+10
* simpler boolean channel settingsGravatar Evelyn2016-04-101-0/+9
* added a little piece of code to stop Utils.get_url trying to json decode an e...Gravatar jesopo2016-03-301-1/+1
* added code to Utils.get_url to prevent non-iso-latin-1 urls being attempted. ...Gravatar jesopo2016-03-291-0/+6
* made it possible to get http code even when a HTTPError kicks up.Gravatar jesopo2016-03-291-3/+6
* first commit.Gravatar jesopo2016-03-291-0/+158