From ced87d21ea3485b1c991838b449a19eb532d6cd0 Mon Sep 17 00:00:00 2001 From: "Vgr E.Barry" Date: Sat, 30 May 2015 09:28:14 -0400 Subject: [PATCH] Remove backslash in line --- src/wolfgame.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wolfgame.py b/src/wolfgame.py index 46b6c58..630a2d0 100644 --- a/src/wolfgame.py +++ b/src/wolfgame.py @@ -630,8 +630,8 @@ def pong(cli, nick, chan, rest): def pinger(cli, nick, chan, rest): """Placeholder for the old ping-related commands.""" - cli.notice(nick, ("This command has been removed. Please see " - "\"{0}help pingif\" for more information.".format(botconfig.CMD_CHAR))) + cli.notice(nick, 'This command has been removed. Please see ' + '"{0}help pingif" for more information.'.format(botconfig.CMD_CHAR)) @cmd("simple", raw_nick=True, pm=True) def mark_simple_notify(cli, nick, chan, rest):