warn about the query being broken
This commit is contained in:
parent
46d8e97a3e
commit
4f303d29ea
2 changed files with 2 additions and 1 deletions
3
bot.py
3
bot.py
|
@ -57,7 +57,8 @@ class Oven(pydle.Client):
|
|||
return admin
|
||||
|
||||
async def on_private_message(self, trash, source, msg):
|
||||
await self.on_message(source, source, msg)
|
||||
if source != self.nickname:
|
||||
await self.message(source, 'Beep beep boop! im a bot, but i do not like privmsgs, please go to #bots or another channel that i am in!')
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue