From: jluehrs2 Date: Sun, 2 Sep 2007 21:39:53 +0000 (-0500) Subject: add TODO X-Git-Tag: 0.03~84 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=840814a048acf5a146c42210b432e16f5bd3d7bd;p=luairc.git add TODO --- 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 ''