!fsend: Fix typo
This commit is contained in:
parent
2f95434e05
commit
1dd2d230d4
@ -3178,7 +3178,7 @@ def fpull_pm(cli, nick, rest):
|
||||
|
||||
@pmcmd("fsend", admin_only=True)
|
||||
def fsend(cli, nick, rest):
|
||||
print('{0} {1} fsnd {2}'.format(time.strftime('%Y-%m-%dT%H:%M:%S%z'), nick, rest))
|
||||
print('{0} {1} fsend {2}'.format(time.strftime('%Y-%m-%dT%H:%M:%S%z'), nick, rest))
|
||||
cli.send(rest)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user