From bd907bc81589a03e6c0945f58c77944319a890d5 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Fri, 9 Jul 2010 22:48:31 +0100 Subject: initial podifying of irssi docs --- docs/Signals.pm | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 docs/Signals.pm (limited to 'docs/Signals.pm') diff --git a/docs/Signals.pm b/docs/Signals.pm new file mode 100644 index 0000000..0ea689f --- /dev/null +++ b/docs/Signals.pm @@ -0,0 +1,48 @@ +__END__ + +=head1 NAME + +Irssi Signal Documentation + +=head1 DESCRIPTION + +Perl POD documentation based on the doc/signals.txt documentation supplied with +Irssi. + +=head1 USING SIGNALS + +See L + +=head1 SIGNAL DEFINITIONS + +The following signals are categorised as in the original documentation, but +have been revised to note Perl variable types and class names. + +Arguments are passed to signal handlers in the usual way, via C<@_>. + +=head2 Core + +=over 4 + +=item C<"gui exit"> I + +=item C<"gui dialog" string $type, string $text> + +=item C<"send command"> +C + +=back + +=head2 IRC Core + +=head2 IRC Module + +=head2 Display (FE) Common + +=head2 Display (FE) IRC + +=head2 Display (FE) Text + +=head2 Perl Scripting + -- cgit v1.2.3