Compare commits

..

No commits in common. "9ef290401892c5950ced8192a7b2798c646d86c8" and "0de968dead2608a8d865b8afa0687ae5b04f06cb" have entirely different histories.

2 changed files with 1 additions and 4 deletions

@ -1 +1 @@
Subproject commit 375668d49010fdaaf1ff0df0e646704ab83a42be
Subproject commit 2ee43bab89d5331dd3f4234cb3845dca9e2f145c

View file

@ -109,9 +109,6 @@ class Bot:
async def action(self, target, msg):
await self.ircsend(f'PRIVMSG {target} :\x01ACTION {msg}\x01')
async def notice(self, target, msg):
await self.ircsend(f'NOTICE {target} :{msg}')
def parse_message(self, message):
parts = message.split()
if not parts: