Add matching of $randdate or $randomdate

This commit is contained in:
James Vega 2004-02-29 21:13:54 +00:00
parent 4b32a206c4
commit e04489e18a

View File

@ -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)