aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Irssi/Irc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/Irssi/Irc/Ban.pod (renamed from docs/Irssi/Ban.pod)0
-rw-r--r--docs/Irssi/Irc/Client.pod (renamed from docs/Irssi/Client.pod)0
-rw-r--r--docs/Irssi/Irc/Dcc.pod (renamed from docs/Irssi/Dcc.pod)14
-rw-r--r--docs/Irssi/Irc/Notifylist.pod (renamed from docs/Irssi/Notifylist.pod)0
4 files changed, 7 insertions, 7 deletions
diff --git a/docs/Irssi/Ban.pod b/docs/Irssi/Irc/Ban.pod
index ba8381f..ba8381f 100644
--- a/docs/Irssi/Ban.pod
+++ b/docs/Irssi/Irc/Ban.pod
diff --git a/docs/Irssi/Client.pod b/docs/Irssi/Irc/Client.pod
index e07bed7..e07bed7 100644
--- a/docs/Irssi/Client.pod
+++ b/docs/Irssi/Irc/Client.pod
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>
diff --git a/docs/Irssi/Notifylist.pod b/docs/Irssi/Irc/Notifylist.pod
index 5b2628a..5b2628a 100644
--- a/docs/Irssi/Notifylist.pod
+++ b/docs/Irssi/Irc/Notifylist.pod