!fsend: More spacing to improve readability

This commit is contained in:
nyuszika7h 2014-06-04 21:10:47 +02:00
parent fb97cf8aee
commit 7869826205

View File

@ -3178,7 +3178,7 @@ def fpull_pm(cli, nick, rest):
@pmcmd("fsend", admin_only=True)
def fsend(cli, nick, rest):
print('{0} {1} fsend {2}'.format(time.strftime('%Y-%m-%dT%H:%M:%S%z'), nick, rest))
print('{0} {1} fsnd {2}'.format(time.strftime('%Y-%m-%dT%H:%M:%S%z'), nick, rest))
cli.send(rest)