From 2a17e0eb54046da26627c2103af56bbb37d5963f Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 29 Jul 2004 11:17:16 +0000 Subject: [PATCH] Updated. --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index 45a2c495d..92add2abc 100644 --- a/TODO +++ b/TODO @@ -19,3 +19,9 @@ some fun: * Have the bot detect when other bots are in the channel responding to the same prefix character, and do something based on that. + +* Unicode support. Basically, we'd have to have a way to set the + encoding for the server, and use unicode throughout internally. + The real issue is how much it would affect the current code to + switch it over to unicode, and what kind of burden it would put on + plugin authors to deal with that issue.