aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Irssi/Irc
diff options
context:
space:
mode:
authorTom Feist <shabble@cowu.be>2010-07-21 16:25:07 +0000
committerTom Feist <shabble@cowu.be>2010-07-21 16:25:07 +0000
commitc2252b6c67df64995b336c27fb175d504af20675 (patch)
treed7d9db209ed0ab7350cf88008e1ec0cdc5556b0a /docs/Irssi/Irc
parentmore fixing and moving (diff)
downloadirssi-scripts-c2252b6c67df64995b336c27fb175d504af20675.tar.gz
irssi-scripts-c2252b6c67df64995b336c27fb175d504af20675.zip
added some stuff to the guide, and cleaned up some irssi.pod function descs
Diffstat (limited to 'docs/Irssi/Irc')
-rw-r--r--docs/Irssi/Irc/Ban.pod4
-rw-r--r--docs/Irssi/Irc/Client.pod5
-rw-r--r--docs/Irssi/Irc/Dcc.pod2
-rw-r--r--docs/Irssi/Irc/Notifylist.pod8
4 files changed, 11 insertions, 8 deletions
diff --git a/docs/Irssi/Irc/Ban.pod b/docs/Irssi/Irc/Ban.pod
index ba8381f..7026ca1 100644
--- a/docs/Irssi/Irc/Ban.pod
+++ b/docs/Irssi/Irc/Ban.pod
@@ -2,14 +2,14 @@ __END__
=head1 NAME
-Irssi::Ban
+Irssi::Irc::Ban
=head1 FIELDS
Ban->{}
+
ban - The ban
setby - Nick of who set the ban
time - Timestamp when ban was set
-
=head1 METHODS
diff --git a/docs/Irssi/Irc/Client.pod b/docs/Irssi/Irc/Client.pod
index e07bed7..e0a27f4 100644
--- a/docs/Irssi/Irc/Client.pod
+++ b/docs/Irssi/Irc/Client.pod
@@ -2,10 +2,12 @@ __END__
=head1 NAME
-Irssi::Client
+Irssi::Irc::Client
=head1 FIELDS
+
Client->{}
+
nick - nick of the client
host - host of the client
proxy_address - address of the proxy server
@@ -16,5 +18,4 @@ Client->{}
want_ctcp - whether the client wants to receive CTCPs
ircnet - network tag of the network we proxy
-
=head1 METHODS
diff --git a/docs/Irssi/Irc/Dcc.pod b/docs/Irssi/Irc/Dcc.pod
index d7ab4a3..5950a92 100644
--- a/docs/Irssi/Irc/Dcc.pod
+++ b/docs/Irssi/Irc/Dcc.pod
@@ -2,7 +2,7 @@ __END__
=head1 NAME
-Irssi::Dcc
+Irssi::Irc::Dcc
=head1 FIELDS
diff --git a/docs/Irssi/Irc/Notifylist.pod b/docs/Irssi/Irc/Notifylist.pod
index 5b2628a..fd933ef 100644
--- a/docs/Irssi/Irc/Notifylist.pod
+++ b/docs/Irssi/Irc/Notifylist.pod
@@ -2,11 +2,12 @@ __END__
=head1 NAME
-Irssi::Notifylist
+Irssi::Irc::Notifylist
=head1 FIELDS
Notifylist->{}
+
mask - Notify nick mask
away_check - Notify away status changes
idle_check_time - Notify when idle time is reset and idle was bigger
@@ -16,6 +17,7 @@ Notifylist->{}
=head1 METHODS
-Notifylist::ircnets_match(ircnet)
- Returns 1 if notify is checked in `ircnet'.
+=head2 C<ircnets_match $ircnet>
+
+Returns 1 if notify is checked in `ircnet'.