From 325cba1d8cefcaa61ca5eb5d9bc88d181dbe72e2 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Wed, 26 Oct 2011 17:55:45 -0400 Subject: [PATCH] whoops --- bot/commands/afc_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/commands/afc_status.py b/bot/commands/afc_status.py index 4d860ee..9d0a723 100644 --- a/bot/commands/afc_status.py +++ b/bot/commands/afc_status.py @@ -30,7 +30,7 @@ class Command(BaseCommand): self.site._maxlag = None if data.line[1] == "JOIN": - status = " ".format(("\x02Current status:\x0F", self.get_status())) + status = " ".join(("\x02Current status:\x0F", self.get_status())) self.connection.notice(data.nick, status) return