From 014e953f370dfebb7a5a5a45c1aa1bc8f1ec941d Mon Sep 17 00:00:00 2001 From: "Robin Burchell w00t@inspircd.org" Date: Fri, 3 Oct 2008 09:03:39 +0000 Subject: [PATCH] Update TODO git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1400 5417fbe8-f217-4b02-8779-1006273d7864 --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index d67ffcaae..8eb8ecbd1 100644 --- a/TODO +++ b/TODO @@ -59,3 +59,4 @@ anopeng-uid branch TODO - SendAkill should just take a pointer to the Akill class instead of millions of fields (same for some other stuff) - chan_set_modes should take BotInfo, possibly with override for User *? +- SendClientIntroduction should take a UID param, rather than generating one(?)