aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {{{