From: jluehrs2 Date: Tue, 4 Sep 2007 22:39:12 +0000 (-0500) Subject: doc clarification X-Git-Tag: 0.03~29 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=74d64789ee264dc16548cb3607bd680d70afee37;p=luairc.git doc clarification --- diff --git a/src/irc/dcc.lua b/src/irc/dcc.lua index b4db9d1..5b9f8a1 100644 --- a/src/irc/dcc.lua +++ b/src/irc/dcc.lua @@ -123,7 +123,7 @@ end -- Accepts a file offer from a remote user. Called when the on_dcc callback -- retuns true. -- @param filename Name to save the file as --- @param address IP address of the remote user +-- @param address IP address of the remote user in low level int form -- @param port Port to connect to at the remote user -- @param packet_size Size of the packets the remote user will be sending function _accept(filename, address, port, packet_size)