From 1cfd36eeddd4ca79a6878c445d3fea8ed251b27a Mon Sep 17 00:00:00 2001 From: acz13 Date: Mon, 12 Oct 2015 19:07:41 -0400 Subject: [PATCH 1/2] abra0's suggestion <+abra0> petition to add "I'm sorry I can't do that Dave" to !ping responses --- src/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.py b/src/settings.py index 966a093..3c3c4d5 100644 --- a/src/settings.py +++ b/src/settings.py @@ -302,7 +302,7 @@ PING_MESSAGES = ("Pong!", "Ping!", "Sure thing.", "No.", "!gniP", "!gnoP", "Segm "{0}.exe has stopped working. Windows is checking for a solution to the problem...".format(botconfig.NICK), "HTTP Error 418: I'm a teapot", "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}") + "Congratulations! You're the 1337th person to use {0}ping. You win a goat!".format(botconfig.CMD_CHAR), "PING! {nick}", "I'm sorry I can't do that \u0002") GIF_CHANCE = 1/50 From 33f99d03a945df060e70ec61cc61ec9521184b01 Mon Sep 17 00:00:00 2001 From: acz13 Date: Mon, 12 Oct 2015 19:22:19 -0400 Subject: [PATCH 2/2] Update settings.py --- src/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/settings.py b/src/settings.py index 3c3c4d5..807a7b3 100644 --- a/src/settings.py +++ b/src/settings.py @@ -302,7 +302,8 @@ PING_MESSAGES = ("Pong!", "Ping!", "Sure thing.", "No.", "!gniP", "!gnoP", "Segm "{0}.exe has stopped working. Windows is checking for a solution to the problem...".format(botconfig.NICK), "HTTP Error 418: I'm a teapot", "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 I can't do that \u0002") + "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") GIF_CHANCE = 1/50