forked from Firepup650/FireBot
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)
|
||||
elif mfind(message, ["ping"]):
|
||||
sendmsg(
|
||||
f"{name} pong",
|
||||
f"{name}: pong",
|
||||
chan,
|
||||
)
|
||||
elif mfind(message, ["amIAdmin"]):
|
||||
|
|
Loading…
Reference in a new issue