Improve output format for !fsend again
This commit is contained in:
parent
bcfa31625b
commit
a8ce61ced0
@ -3208,7 +3208,7 @@ def fpull_pm(cli, nick, rest):
|
|||||||
|
|
||||||
@pmcmd("fsend", admin_only=True)
|
@pmcmd("fsend", admin_only=True)
|
||||||
def fsend(cli, nick, rest):
|
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} fsend - {2}'.format(time.strftime('%Y-%m-%dT%H:%M:%S%z'), nick, rest))
|
||||||
cli.send(rest)
|
cli.send(rest)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user