From: jluehrs2 Date: Tue, 4 Sep 2007 03:13:06 +0000 (-0500) Subject: clean up some docs X-Git-Tag: 0.03~62 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=b82620f343d9cbfb921145a59291abb634ceb7a4;p=luairc.git clean up some docs --- diff --git a/src/irc/channel.lua b/src/irc/channel.lua index 128e9fb..6240acb 100644 --- a/src/irc/channel.lua +++ b/src/irc/channel.lua @@ -12,7 +12,6 @@ local table = require 'table' --- -- This module implements a channel object representing a single channel we -- have joined. --- @release 0.02 module 'irc.channel' -- object metatable {{{