aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2007-09-03 22:13:06 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2007-09-03 22:13:06 -0500
commitb82620f343d9cbfb921145a59291abb634ceb7a4 (patch)
tree2b9f4d1cfa87dccab15dff2f2ab9fcebad90d605 /src
parentd3ed739fc2fd8d64665f68005dc531a9e24a3195 (diff)
downloadluairc-b82620f343d9cbfb921145a59291abb634ceb7a4.tar.gz
luairc-b82620f343d9cbfb921145a59291abb634ceb7a4.zip
clean up some docs
Diffstat (limited to 'src')
-rw-r--r--src/irc/channel.lua1
1 files changed, 0 insertions, 1 deletions
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 {{{