aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2007-09-04 17:39:12 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2007-09-04 17:39:12 -0500
commit74d64789ee264dc16548cb3607bd680d70afee37 (patch)
tree08c641ae6641258b1be598ce5cfad00d2ab5acf7
parenteed7b36b59d97bc74a0065e937d33a1a041a2ff2 (diff)
downloadluairc-74d64789ee264dc16548cb3607bd680d70afee37.tar.gz
luairc-74d64789ee264dc16548cb3607bd680d70afee37.zip
doc clarification
-rw-r--r--src/irc/dcc.lua2
1 files changed, 1 insertions, 1 deletions
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)