Merge pull request 'Add colon to ping response' (#13) from 9pfs-pingy-colon into master

Reviewed-on: https://git.amcforum.wiki/Firepup650/fire-ircbot/pulls/13
Reviewed-by: Firepup Sixfifty <firepyp650@gmail.com>
This commit is contained in:
Firepup Sixfifty 2023-11-06 00:17:58 +00:00
commit 4b64d8a98b

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"]):