diff --git a/bot.py b/bot.py index ef51540..0ec87b8 100644 --- a/bot.py +++ b/bot.py @@ -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(' ')