This website works better with JavaScript.
Home
Help
Sign In
ben
/
earwigbot
mirror of
https://github.com/earwig/earwigbot
Watch
1
Star
1
Fork
0
Code
Releases
4
Activity
Browse Source
argh
tags/v0.1^2
Ben Kurtovic
13 years ago
parent
4488f6f5e3
commit
7d464aeac4
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bot/commands/registration.py
+ 1
- 1
bot/commands/registration.py
View File
@@ -41,7 +41,7 @@ class Command(BaseCommand):
elif g == "female":
elif g == "female":
gender = "She's"
gender = "She's"
else:
else:
gende = "They're"
gende
r
= "They're"
msg = "\x0302{0}\x0301 registered on {1}. {2} {3} old."
msg = "\x0302{0}\x0301 registered on {1}. {2} {3} old."
self.connection.reply(data, msg.format(name, date, gender, age))
self.connection.reply(data, msg.format(name, date, gender, age))
Write
Preview
Loading…
Cancel
Save