WebStats: Fix commit c5c89111.

master
Valentin Lorentz 2014-03-23 21:41:30 +01:00
parent 72fa794b9e
commit c0b98e7de8
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ class WebStatsDB:
if DEBUG or random.randint(0,50) == 10:
self.refreshCache()
_regexpAddressedTo = re.compile('^(?P<nick>[^a-zA-Z0-9]+):')
_regexpAddressedTo = re.compile('^(?P<nick>[^:, ]+)[:,]')
def refreshCache(self):
"""Clears the cache tables, and populate them"""
self._truncateCache()