From 7d464aeac48db0e24c90c91d1425f5db269f7b8c Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 21 Aug 2011 23:30:38 -0400 Subject: [PATCH] argh --- bot/commands/registration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/commands/registration.py b/bot/commands/registration.py index e897c99..3ce12ea 100644 --- a/bot/commands/registration.py +++ b/bot/commands/registration.py @@ -41,7 +41,7 @@ class Command(BaseCommand): elif g == "female": gender = "She's" else: - gende = "They're" + gender = "They're" msg = "\x0302{0}\x0301 registered on {1}. {2} {3} old." self.connection.reply(data, msg.format(name, date, gender, age))