浏览代码

There's no such word as singluar, silly!

tags/v0.1^2
Justin Yulli Kim 12 年前
父节点
当前提交
5d60a6de8a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      earwigbot/commands/registration.py

+ 1
- 1
earwigbot/commands/registration.py 查看文件

@@ -54,7 +54,7 @@ class Registration(Command):
elif user.gender == "female":
gender = "She's"
else:
gender = "They're" # Singluar they?
gender = "They're" # Singular they?

msg = "\x0302{0}\x0F registered on {1}. {2} {3} old."
self.reply(data, msg.format(name, date, gender, age))


正在加载...
取消
保存