]> git.lizzy.rs Git - luairc.git/commitdiff
add TODO
authorjluehrs2 <jluehrs2@uiuc.edu>
Sun, 2 Sep 2007 21:39:53 +0000 (16:39 -0500)
committerjluehrs2 <jluehrs2@uiuc.edu>
Sun, 2 Sep 2007 21:39:53 +0000 (16:39 -0500)
src/irc/channel.lua

index f1fbf3c3aa749bf07c0fb28cbf0c90c93337248e..818590acaa3061f7b31e942c9491ee6444c320c8 100644 (file)
@@ -404,6 +404,10 @@ function contains(self, nick)
 end
 -- }}}
 
+-- TODO: these four need to be made private at minimum (they are here for the
+-- main irc module to access things), but they really should probably be
+-- refactored out or something. definitely shouldn't be part of the public
+-- interface.
 -- add_user() {{{
 function add_user(self, user, mode)
     mode = mode or ''