Add colon to ping response

This commit is contained in:
9pfs 2023-11-05 23:58:28 +00:00
parent 9696ed62d8
commit a67188bf66

View file

@ -357,7 +357,7 @@ def main():
op(name, chan) op(name, chan)
elif mfind(message, ["ping"]): elif mfind(message, ["ping"]):
sendmsg( sendmsg(
f"{name} pong", f"{name}: pong",
chan, chan,
) )
elif mfind(message, ["amIAdmin"]): elif mfind(message, ["amIAdmin"]):