aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Signals.pm
blob: 0ea689f121f98d9eb6e8352a095fc3e9a83f3bc9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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<Irssi/"Signals">

=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<None>

=item C<"gui dialog" string $type, string $text>

=item C<"send command">
C<string $command, Irssi::Server $server, Irssi::Windowitem
$window_item>

=back

=head2 IRC Core

=head2 IRC Module

=head2 Display (FE) Common

=head2 Display (FE) IRC

=head2 Display (FE) Text

=head2 Perl Scripting