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:
commit
4b64d8a98b
1 changed files with 1 additions and 1 deletions
|
@ -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"]):
|
||||||
|
|
Loading…
Reference in a new issue