diff --git a/examples/ircd/TODO.md b/examples/ircd/TODO.md new file mode 100644 index 0000000..99b8e4a --- /dev/null +++ b/examples/ircd/TODO.md @@ -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.