WebStats: Add comma as an 'addressed-to' separator.

master
Valentin Lorentz 2012-09-03 13:16:16 +02:00
parent cc598a6520
commit 1431b1a6fe
1 changed files with 1 additions and 1 deletions

View File

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