From 852e93328f9b2e1cca2bf9a7cc6436d558f9fa18 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 30 Jul 2017 19:28:29 -0400 Subject: [PATCH] ircd TODO.md --- examples/ircd/TODO.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/ircd/TODO.md 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.