Actually add that ping message

This commit is contained in:
nyuszika7h 2015-08-06 12:27:39 +02:00
parent e27cb0c1e0
commit 74d4f9c95e

View File

@ -271,7 +271,7 @@ PING_MESSAGES = ("Pong!", "Ping!", "Sure thing.", "No.", "!gniP", "!gnoP", "Segm
"{0}.exe has stopped working. Windows is searching 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 searching 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))
"Congratulations! You're the 1337th person to use {0}ping. You win a goat!".format(botconfig.CMD_CHAR), "PING! {nick}")
GIF_CHANCE = 1/50