aboutsummaryrefslogtreecommitdiffstats
path: root/src/irc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc.lua')
-rw-r--r--src/irc.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/irc.lua b/src/irc.lua
index 3706270..4264458 100644
--- a/src/irc.lua
+++ b/src/irc.lua
@@ -1,3 +1,6 @@
+---
+-- Implementation of the main LuaIRC module
+
-- initialization {{{
local base = _G
local constants = require 'irc.constants'
@@ -10,6 +13,9 @@ local string = require 'string'
local table = require 'table'
-- }}}
+---
+-- LuaIRC - IRC framework written in Lua
+-- @release 0.02
module 'irc'
-- constants {{{