aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Irssi/Irc/Dcc.pod
diff options
context:
space:
mode:
authorTom Feist <shabble@cowu.be>2010-07-16 19:32:51 +0000
committerTom Feist <shabble@cowu.be>2010-07-16 19:32:51 +0000
commit7c1e24dd5a3afe9c8c43e70c57b10b2a89d4d9e2 (patch)
treea95e3e3453e1dc7a182f838b6d7afab84eb92c19 /docs/Irssi/Irc/Dcc.pod
parentmoved process to ui namespace (diff)
downloadirssi-scripts-7c1e24dd5a3afe9c8c43e70c57b10b2a89d4d9e2.tar.gz
irssi-scripts-7c1e24dd5a3afe9c8c43e70c57b10b2a89d4d9e2.zip
more fixing and moving
Diffstat (limited to '')
-rw-r--r--docs/Irssi/Irc/Dcc.pod (renamed from docs/Irssi/Dcc.pod)14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/Irssi/Dcc.pod b/docs/Irssi/Irc/Dcc.pod
index 5a68dd4..d7ab4a3 100644
--- a/docs/Irssi/Dcc.pod
+++ b/docs/Irssi/Irc/Dcc.pod
@@ -6,7 +6,7 @@ Irssi::Dcc
=head1 FIELDS
-Dcc->{}
+=head2 C<Dcc->{}>
type - Type of the DCC: chat, send, get
orig_type - Original DCC type that was sent to us - same as type except
@@ -29,24 +29,25 @@ Dcc->{}
starttime - Unix time stamp when the DCC transfer was started
transfd - Bytes transferred
-Dcc::Chat->{}
+=head2 C<Dcc::Chat->{}>
id - Unique identifier - usually same as nick
mirc_ctcp - Send CTCPs without the CTCP_MESSAGE prefix
connection_lost - Other side closed connection
-Dcc::Get->{}
+=head2 C<Dcc::Get->{}>
(..contains all the same data as core Dcc object..)
size - File size
skipped - Bytes skipped from start (resuming file)
- get_type - What to do if file exists? 0=default, 1=rename, 2=overwrite,
- 3=resume
+ get_type - What to do if file exists?
+ 0=default, 1=rename, 2=overwrite, 3=resume
+
file - The real file name which we use.
file_quoted - 1 if file name was received quoted ("file name")
-Dcc::Send->{}
+=head2 C<Dcc::Send->{}>
(..contains all the same data as core Dcc object..)
size - File size
@@ -56,7 +57,6 @@ Dcc::Send->{}
waitforend - File is sent, just wait for the replies from the other side
gotalldata - Got all acks from the other end
-
=head1 METHODS
=head2 C<destroy>