diff options
author | Tom Feist <shabble@metavore.org> | 2010-12-01 12:00:48 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2010-12-01 12:00:48 +0000 |
commit | 5e47d313e6a037b7892ec6553e009d03be18ffb6 (patch) | |
tree | 9993ab44eb00d2b897b7ca4eca48d226989d11a8 /docs/Irssi | |
parent | docs: updated buildpod script to save to new tmp location (diff) | |
download | irssi-scripts-5e47d313e6a037b7892ec6553e009d03be18ffb6.tar.gz irssi-scripts-5e47d313e6a037b7892ec6553e009d03be18ffb6.zip |
docs: clarify signal_remove cannot be applied to coderef handlers.
Diffstat (limited to '')
-rw-r--r-- | docs/Irssi.pod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Irssi.pod b/docs/Irssi.pod index f5d72b7..aa85e6d 100644 --- a/docs/Irssi.pod +++ b/docs/Irssi.pod @@ -262,7 +262,9 @@ all other signal handlers). =head4 C<signal_remove $sig_name, $func> Unbind C<$sig_name> from function C<$func>. -B<TODO: Can you unbind a signal from a C<sub { ...}> coderef? What happens?> + +B<Note: Only stringified function names can be removed using this function. A +signal handler added via C<CODEREF> cannot be removed.> =head3 Controlling Signal Propagation |