aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Irssi/Irc
diff options
context:
space:
mode:
authorTom Feist <shabble@cowu.be>2010-07-22 15:14:00 +0000
committerTom Feist <shabble@cowu.be>2010-07-22 15:14:00 +0000
commit7f6988902700bfa9108b948b364f2f8f15fbbd55 (patch)
treee181299a72a8db03936a8ec95b9750feb5a04c97 /docs/Irssi/Irc
parentadded messagelevel docs to irssi.pod, more stuff in guide, and a little scrip... (diff)
downloadirssi-scripts-7f6988902700bfa9108b948b364f2f8f15fbbd55.tar.gz
irssi-scripts-7f6988902700bfa9108b948b364f2f8f15fbbd55.zip
added additional packages and full function dumps to pod, unformatted so far
Diffstat (limited to '')
-rw-r--r--docs/Irssi/Irc.pod24
-rw-r--r--docs/Irssi/Irc/Channel.pod16
-rw-r--r--docs/Irssi/Irc/Dcc.pod7
-rw-r--r--docs/Irssi/Irc/Server.pod26
4 files changed, 73 insertions, 0 deletions
diff --git a/docs/Irssi/Irc.pod b/docs/Irssi/Irc.pod
index e51b190..e654f59 100644
--- a/docs/Irssi/Irc.pod
+++ b/docs/Irssi/Irc.pod
@@ -12,6 +12,29 @@ Irssi::Irc
=head1 METHODS
+=head2 TODO
+
+ Irssi::Irc::dcc_chat_find_id
+ Irssi::Irc::dcc_chat_send
+ Irssi::Irc::dcc_ctcp_message
+ Irssi::Irc::dcc_find_request
+ Irssi::Irc::dcc_find_request_latest
+ Irssi::Irc::dcc_get_download_path
+ Irssi::Irc::dcc_register_type
+ Irssi::Irc::dcc_str2type
+ Irssi::Irc::dcc_type2str
+ Irssi::Irc::dcc_unregister_type
+ Irssi::Irc::dccs
+ Irssi::Irc::deinit
+ Irssi::Irc::get_mask
+ Irssi::Irc::init
+ Irssi::Irc::modes_join
+ Irssi::Irc::notifies
+ Irssi::Irc::notifylist_add
+ Irssi::Irc::notifylist_find
+ Irssi::Irc::notifylist_ison
+ Irssi::Irc::notifylist_remove
+
=head2 Accessors
=head3 C<dccs>
@@ -25,3 +48,4 @@ project|http://irssi.org>.
Formatting to POD and linking by Tom Feist
L<shabble+irssi@metavore.org|mailto:shabble+irssi@metavore.org>
+
diff --git a/docs/Irssi/Irc/Channel.pod b/docs/Irssi/Irc/Channel.pod
new file mode 100644
index 0000000..02488d1
--- /dev/null
+++ b/docs/Irssi/Irc/Channel.pod
@@ -0,0 +1,16 @@
+__END__
+
+=head1 NAME
+
+Irssi::Irc::Channel
+
+=head1 FIELDS
+
+=head1 METHODS
+
+ Irssi::Irc::Channel::ban_get_mask
+ Irssi::Irc::Channel::banlist_add
+ Irssi::Irc::Channel::banlist_remove
+ Irssi::Irc::Channel::bans
+ Irssi::Irc::Channel::nick_insert
+
diff --git a/docs/Irssi/Irc/Dcc.pod b/docs/Irssi/Irc/Dcc.pod
index 5ba52b9..e3b5b99 100644
--- a/docs/Irssi/Irc/Dcc.pod
+++ b/docs/Irssi/Irc/Dcc.pod
@@ -70,3 +70,10 @@ Send `data' to dcc chat.
=head2 C<ctcp_message $target, $notice, $msg>
Send a CTCP message/notify to target.
+
+=head2 C<close>
+
+=head2 C<init_rec>
+
+=head2 C<reject>
+
diff --git a/docs/Irssi/Irc/Server.pod b/docs/Irssi/Irc/Server.pod
new file mode 100644
index 0000000..520bf8d
--- /dev/null
+++ b/docs/Irssi/Irc/Server.pod
@@ -0,0 +1,26 @@
+__END__
+
+=head1 NAME
+
+Irssi::Irc::Server
+
+=head1 FIELDS
+
+=head1 METHODS
+
+ Irssi::Irc::Server::ctcp_send_reply
+ Irssi::Irc::Server::get_channels
+ Irssi::Irc::Server::isupport
+ Irssi::Irc::Server::netsplit_find
+ Irssi::Irc::Server::netsplit_find_channel
+ Irssi::Irc::Server::notifylist_ison_server
+ Irssi::Irc::Server::query_create
+ Irssi::Irc::Server::redirect_event
+ Irssi::Irc::Server::redirect_get_signal
+ Irssi::Irc::Server::redirect_peek_signal
+ Irssi::Irc::Server::redirect_register
+ Irssi::Irc::Server::send_raw
+ Irssi::Irc::Server::send_raw_first
+ Irssi::Irc::Server::send_raw_now
+ Irssi::Irc::Server::send_raw_split
+