Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into version-beta-1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sario528 authored May 25, 2020
2 parents 86cafcf + 50fd247 commit 72fb4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ def on_message(
pq = quotes[picked]
print('Which is: ' + pq)
bot.send_message(channel, 'Todays quote is: ' + str(pq))
bot.send_message('ChanServ', 'topic ' + channel + ' ' + topic + ' | Quote of the day: ' + pq)
print('Announed it')
bot.send_line('TOPIC ' + channel + ' ' + pq)
print('Announced it')
if buttbot == 1:
message1 = message.lower()
message1 = message.split(' ')
Expand Down

0 comments on commit 72fb4c6

Please sign in to comment.