From 74d64789ee264dc16548cb3607bd680d70afee37 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Tue, 4 Sep 2007 17:39:12 -0500 Subject: doc clarification --- src/irc/dcc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3