From 840814a048acf5a146c42210b432e16f5bd3d7bd Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Sun, 2 Sep 2007 16:39:53 -0500 Subject: [PATCH] add TODO --- src/irc/channel.lua | 4 ++++ 1 file changed, 4 insertions(+) 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 '' -- 2.44.0