Remove joke when asking when self was last seen

As discussed in I0d88a540ad7a333841c208dd7f2a7247897eb238, there are
good reasons for someone asking where they themself were last seen,
e.g. to verify that their current status is correct, or just for
testing the bot.  So remove the joke.  Perhaps we can find
another (funnier) Easter egg to add instead.

Change-Id: Ib27c72a20e71f0835e103e306b145d41a089131c
This commit is contained in:
Adam Spiers 2019-04-28 21:55:36 -06:00
parent 9cb30c28a9
commit 36a7857d45
1 changed files with 1 additions and 6 deletions

View File

@ -166,13 +166,8 @@ class PTGBot(SASL, SSL, irc.bot.SingleServerIRCBot):
return
seen_nick = words[0]
if nick.lower() == seen_nick.lower():
self.send_priv_or_pub(
reply_to, nick,
"In case you hadn't noticed, you're right here.")
return
last_check_in = self.data.get_last_check_in(seen_nick)
if last_check_in['location'] is None:
self.send_priv_or_pub(
reply_to, nick,