update debug text
This commit is contained in:
parent
9d06b84cb7
commit
2220e31578
|
|
@ -145,7 +145,7 @@ class Markovgen(callbacks.Plugin):
|
|||
if pattern:
|
||||
match = re.search(pattern, message)
|
||||
if match:
|
||||
log.debug("Markovgen: title %s matches ignorePattern for %s" %
|
||||
log.debug("Markovgen: message %s matches ignorePattern for %s" %
|
||||
(input, channel))
|
||||
return
|
||||
m = self._get_markov(irc, channel)
|
||||
|
|
@ -232,4 +232,4 @@ class Markovgen(callbacks.Plugin):
|
|||
Class = Markovgen
|
||||
|
||||
|
||||
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:
|
||||
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:
|
||||
|
|
|
|||
Loading…
Reference in New Issue