revert commit about mixed identation

This commit is contained in:
Uriziel 2013-01-25 21:30:43 +01:00
parent e7f34e2e79
commit 5933fdb2d5

View File

@ -138,7 +138,7 @@ class Bot(object):
out += u['file']
break
else:
out += '[no file]'
out += '[no file]'
self.msg(to, out)
out = 'Users: '
i = 0