ソースを参照

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


読み込み中…
キャンセル
保存