fedora-infra / supybot-fedora

Fedora plugin for Supybot
20 stars 23 forks source link

Use gender neutral pronoun when timezone not set #52

Closed jwflory closed 8 years ago

jwflory commented 8 years ago

This pull request just changes one line.

irc.reply('User "%s" doesn\'t share his timezone' % name)

…to…

irc.reply('User "%s" doesn\'t share their timezone' % name)

ralphbean commented 8 years ago

Yes! :+1:

pypingou commented 8 years ago

:+1: for me as well, so let's merge :)