From 8f4a9decdcaae1e5b40eb9a420ccf2abc3f32d2e Mon Sep 17 00:00:00 2001 From: "Andrew \"FastLizard4\" Adams" Date: Thu, 22 Oct 2015 13:53:50 -0700 Subject: [PATCH] Add another !ping reply --- src/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.py b/src/settings.py index 089e152..414ef69 100644 --- a/src/settings.py +++ b/src/settings.py @@ -303,7 +303,7 @@ PING_MESSAGES = ("Pong!", "Ping!", "Sure thing.", "No.", "!gniP", "!gnoP", "Segm "An error has pinged and has been ponged.", "I'm here!", "I refuse!", "What?", "Don't you mean \u0002{0}ping\u0002?".format(botconfig.CMD_CHAR), "skynet.exe has stopped working. Windows is checking for a solution to the problem...", "No ping received for 1337 seconds.", "Congratulations! You're the 1337th person to use {0}ping. You win a goat!".format(botconfig.CMD_CHAR), "PING! {nick}", - "I'm sorry Dave, I'm afraid I can't do that.") + "I'm sorry Dave, I'm afraid I can't do that.", "Give me a ping, Vasily. One ping only, please.") GIF_CHANCE = 1/50