This commit is contained in:
Luke Rogers 2013-11-10 18:28:22 +13:00
parent bae3c819ca
commit 355f5ce2e6
5 changed files with 23 additions and 19 deletions

View file

@ -113,4 +113,4 @@ def log(paraml, input=None, bot=None):
out = "{} {} {}".format(timestamp, input.chan, beau.encode('utf8', 'ignore'))
sys.stdout.write(out + os.linesep)
print out