From 5616936940e4bd5a987edda4f029ffa6265aaf48 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Fri, 23 Jul 2010 01:19:03 +0100 Subject: additional docs about some Irssi:: core funcs --- docs/Irssi.pod | 63 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 31 insertions(+), 32 deletions(-) (limited to 'docs/Irssi.pod') diff --git a/docs/Irssi.pod b/docs/Irssi.pod index 3187763..49e83fa 100644 --- a/docs/Irssi.pod +++ b/docs/Irssi.pod @@ -65,7 +65,7 @@ B =item L -=item L +=item L =item L @@ -90,7 +90,7 @@ For example: C -returns the currently active L +returns the currently active L =head3 C @@ -100,7 +100,7 @@ returns the currently active L in active window. =head3 C -returns a list of all L. +returns a list of all L. =head3 C @@ -130,11 +130,6 @@ returns a list of all L. returns a list of all L. -=head3 C - -B -returns a list of all L - =head2 Signals See also L @@ -428,6 +423,8 @@ used to build space-separated lists of entries. An integer type. Integers must be whole numbers, but may also be negative or zero. +It is stored internally as a C, and has a range of +/- 2^31. + =item C A boolean type. In Perl terms, values are C<0> for false, and anything else for @@ -435,16 +432,32 @@ true. When acting on them externally, C and C are the usual terms used =item C