Commit Graph

5 Commits

Author SHA1 Message Date
jesopo c84509618f split tokenise.py to line.py and hostmask.py, rename hostmask parse
Line.hostmake now throws ValueError if source was None
2020-07-03 23:07:04 +01:00
jesopo 572c1e9b98 change Hostmask __init__, move tokenisation to Hostmask.from_source( 2020-03-15 19:46:33 +00:00
jesopo e41a58842b don't try to parse Line.source from Line.hostmask when it is None 2020-03-11 22:57:49 +00:00
jesopo 9cd39ddcdc add Line.hostmask property to lazy-parse .source in to a Hostmask 2020-03-11 20:17:56 +00:00
jesopo 2bc35c57f7 add hostmask parsing (irctokens.Hostmask("n!u@h")) 2020-03-11 18:04:50 +00:00