]> git.lizzy.rs Git - luairc.git/commitdiff
doc clarification
authorjluehrs2 <jluehrs2@uiuc.edu>
Tue, 4 Sep 2007 22:39:12 +0000 (17:39 -0500)
committerjluehrs2 <jluehrs2@uiuc.edu>
Tue, 4 Sep 2007 22:39:12 +0000 (17:39 -0500)
src/irc/dcc.lua

index b4db9d11990c771cc88cb896a1af3993eee3748c..5b9f8a1223f869810daa8de520114d5601f4f410 100644 (file)
@@ -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)