Compare commits
4 commits
0de968dead
...
9ef2904018
Author | SHA1 | Date | |
---|---|---|---|
9ef2904018 | |||
![]() |
0ad11dce51 | ||
![]() |
38ff6a9b0d | ||
![]() |
59ab163664 |
2 changed files with 4 additions and 1 deletions
2
plugins
2
plugins
|
@ -1 +1 @@
|
|||
Subproject commit 2ee43bab89d5331dd3f4234cb3845dca9e2f145c
|
||||
Subproject commit 375668d49010fdaaf1ff0df0e646704ab83a42be
|
|
@ -109,6 +109,9 @@ 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:
|
||||
|
|
Loading…
Add table
Reference in a new issue