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 d289ebce5b Add support for QUIT command 3 years ago
..
__init__.py Factorize remainder of code 3 years ago
away.py Implement queries for user MODE message 3 years ago
join.py Add support for QUIT command 3 years ago
mode.py Implement channel topics and fix join 3 years ago
nick.py Implement channel topics and fix join 3 years ago
notice.py Implement NOTICE command 3 years ago
ping.py Implement handler for PING command 3 years ago
privmsg.py Add missing type signature 3 years ago
quit.py Add support for QUIT command 3 years ago
topic.py Implement channel topics and fix join 3 years ago
user.py Add post-registration welcome messages 3 years ago
who.py Implement channel topics and fix join 3 years ago