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)
elif mfind(message, ["ping"]):
sendmsg(
f"{name} pong",
f"{name}: pong",
chan,
)
elif mfind(message, ["amIAdmin"]):