]> git.lizzy.rs Git - luairc.git/blobdiff - src/irc/channel.lua
add TODO
[luairc.git] / 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 ''