Don't log messages to Nickserv (it's private, passwords and all that)
This commit is contained in:
parent
836ec6c74d
commit
06835f4cfb
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ class PesterLog(object):
|
||||||
if not self.parent.config.logMemos(): return
|
if not self.parent.config.logMemos(): return
|
||||||
else:
|
else:
|
||||||
if not self.parent.config.logPesters(): return
|
if not self.parent.config.logPesters(): return
|
||||||
|
if str(handle).upper() == "NICKSERV": return
|
||||||
#watch out for illegal characters
|
#watch out for illegal characters
|
||||||
handle = re.sub(r'[<>:"/\\|?*]', "_", handle)
|
handle = re.sub(r'[<>:"/\\|?*]', "_", handle)
|
||||||
#time = strftime("[%H:%M:%S] ")
|
#time = strftime("[%H:%M:%S] ")
|
||||||
|
|
Loading…
Reference in a new issue