mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-24 03:29:28 +01:00
exec: Drop 'raw' text logging to DEBUG for security purposes
Closes #347.
This commit is contained in:
parent
2d20256ed8
commit
b79e693808
@ -62,7 +62,7 @@ def raw(irc, source, args):
|
|||||||
irc.reply('No text entered!')
|
irc.reply('No text entered!')
|
||||||
return
|
return
|
||||||
|
|
||||||
log.info('(%s) Sending raw text %r to IRC for %s', irc.name, args,
|
log.debug('(%s) Sending raw text %r to IRC for %s', irc.name, args,
|
||||||
irc.getHostmask(source))
|
irc.getHostmask(source))
|
||||||
irc.send(args)
|
irc.send(args)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user