aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2007-09-02 16:39:53 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2007-09-02 16:39:53 -0500
commit840814a048acf5a146c42210b432e16f5bd3d7bd (patch)
treede457896e85925956860bf5d9184300deda5c8ad
parentb6b6af1da8146ad0063d9bf554f33515c4bb909d (diff)
downloadluairc-840814a048acf5a146c42210b432e16f5bd3d7bd.tar.gz
luairc-840814a048acf5a146c42210b432e16f5bd3d7bd.zip
add TODO
-rw-r--r--src/irc/channel.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/irc/channel.lua b/src/irc/channel.lua
index f1fbf3c..818590a 100644
--- a/src/irc/channel.lua
+++ b/src/irc/channel.lua
@@ -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 ''