mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-01-09 17:40:29 +01:00
Fix parameter name in irc.luadoc
This commit is contained in:
parent
455e27a7dc
commit
565123a085
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user