!fsend: More spacing to improve readability
This commit is contained in:
parent
fb97cf8aee
commit
7869826205
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user