From b77c5aed879a42acf09f7dab9467269ad65e90c1 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sat, 22 Jul 2023 23:52:39 -0400 Subject: [PATCH] Removed oper check lines dont need oper --- bots/tailbot.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bots/tailbot.py b/bots/tailbot.py index 0746431..37729dc 100644 --- a/bots/tailbot.py +++ b/bots/tailbot.py @@ -118,8 +118,6 @@ class Bot(): await self.raw(f'MODE {identity.nickname} +{connection.modes}') if identity.nickserv: await self.sendmsg('NickServ', f'IDENTIFY {identity.nickname} {identity.nickserv}') - if identity.operator: - await self.raw('OPER hates {identity.operator}') await self.raw(f'JOIN {connection.channel} {connection.key}') if connection.key else await self.raw('JOIN ' + connection.channel) self.loops['tail'] = asyncio.create_task(self.loop_tail()) elif args[1] == '433':