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 'docs/Irssi/Irc')
-rw-r--r--docs/Irssi/Irc/Channel.pod16
-rw-r--r--docs/Irssi/Irc/Dcc.pod7
-rw-r--r--docs/Irssi/Irc/Server.pod26
3 files changed, 49 insertions, 0 deletions
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
+