瀏覽代碼

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))


Loading…
取消
儲存