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