mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
Add matching of $randdate or $randomdate
This commit is contained in:
parent
4b32a206c4
commit
e04489e18a
@ -345,7 +345,7 @@ class PeriodicFileDownloader(object):
|
|||||||
|
|
||||||
|
|
||||||
_randomnickRe = re.compile(r'\$rand(?:om)?nick', re.I)
|
_randomnickRe = re.compile(r'\$rand(?:om)?nick', re.I)
|
||||||
_randomdateRe = re.compile(r'\$randomdate', re.I)
|
_randomdateRe = re.compile(r'\$rand(?:om)?date', re.I)
|
||||||
_randomintRe = re.compile(r'\$rand(?:omint)?', re.I)
|
_randomintRe = re.compile(r'\$rand(?:omint)?', re.I)
|
||||||
_channelRe = re.compile(r'\$channel', re.I)
|
_channelRe = re.compile(r'\$channel', re.I)
|
||||||
_whoRe = re.compile(r'\$(?:who|nick)', re.I)
|
_whoRe = re.compile(r'\$(?:who|nick)', re.I)
|
||||||
|
Loading…
Reference in New Issue
Block a user