Fix parameter name in irc.luadoc

This commit is contained in:
Jakob Ovrum 2014-03-23 11:26:09 +09:00
parent 455e27a7dc
commit 565123a085
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ function irc:unhook(name, id)
--- Connect <code>irc</code> to an IRC server.
-- @param host Host address.
-- @param port Server port. [default 6667]
function irc:connect(server, port)
function irc:connect(host, port)
-- @param table Table of connection details
-- @see Connection