diff options
author | Tom Feist <shabble@cowu.be> | 2010-09-05 18:42:46 +0000 |
---|---|---|
committer | Tom Feist <shabble@cowu.be> | 2010-09-05 18:42:46 +0000 |
commit | 3f6b081865d551ada1cff8ad2029dbc0ea3152a9 (patch) | |
tree | 18202363ef01f818f10fc74efc6ae07f91f045e7 /docs/General | |
parent | extracted all signals from irssi codebase, uniqed and sorted: complete-signal... (diff) | |
download | irssi-scripts-3f6b081865d551ada1cff8ad2029dbc0ea3152a9.tar.gz irssi-scripts-3f6b081865d551ada1cff8ad2029dbc0ea3152a9.zip |
added some requests for help notes to the index page
Diffstat (limited to 'docs/General')
-rw-r--r-- | docs/General/Signals.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/General/Signals.pod b/docs/General/Signals.pod index f12dd7f..4720bee 100644 --- a/docs/General/Signals.pod +++ b/docs/General/Signals.pod @@ -131,7 +131,7 @@ Arguments are passed to signal handlers in the usual way, via C<@_>. =over -=item C<string $command>, +=item string C<$command>, =item L<Irssi::Server> C<$server>, @@ -2089,8 +2089,8 @@ B<TODO: Check ordering of arguments from/to here> =back -B<TODO: does this fire if you dont' change windows? (eg: send a switch commandf -for the window you're already on) +B<TODO: does this fire if you don't change windows? (eg: send a switch command +for the window you're already on)> =item C<"window changed automatic"> |