python ircd using asyncio
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Forest Belton 987a70a457 Send RPL_MYINFO on connect 2 years ago
..
handler Implement handler for PING command 2 years ago
__init__.py Initial commit 2 years ago
channel.py Make first user in channel an operator 2 years ago
client.py Send RPL_MYINFO on connect 2 years ago
command_handler.py Implement stubbed MODE handler 2 years ago
handlers.py Implement handler for PING command 2 years ago
main.py Start daemon from Poetry 2 years ago
message.py Command fixes 2 years ago
reply.py Send RPL_MYINFO on connect 2 years ago
server.py Add post-registration welcome messages 2 years ago