From 6c6da438a195b0238837f778b9a37584ca7820a6 Mon Sep 17 00:00:00 2001 From: James Vega Date: Sat, 4 Sep 2004 05:52:07 +0000 Subject: [PATCH] Missing space --- plugins/Sourceforge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Sourceforge.py b/plugins/Sourceforge.py index a31729aaf..7decfa03e 100644 --- a/plugins/Sourceforge.py +++ b/plugins/Sourceforge.py @@ -236,7 +236,7 @@ class Sourceforge(callbacks.PrivmsgCommandAndRegexp): try: int(project) s = 'Use the tracker command to get information about a specific'\ - 'tracker.' + ' tracker.' irc.error(s) return except ValueError: