ircd TODO.md

This commit is contained in:
Tony Garnock-Jones 2017-07-30 19:28:29 -04:00
parent 8de523d8ee
commit 852e93328f
1 changed files with 5 additions and 0 deletions

5
examples/ircd/TODO.md Normal file
View File

@ -0,0 +1,5 @@
If two connections, A and B, exist, and
- A and B are both in #room1
- A and B are both in #room2
- A renames itself to A'
then B receives two ":A NICK A'" messages. This shouldn't happen.