aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Irssi.pod
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Irssi.pod')
-rw-r--r--docs/Irssi.pod4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/Irssi.pod b/docs/Irssi.pod
index aa85e6d..f5d72b7 100644
--- a/docs/Irssi.pod
+++ b/docs/Irssi.pod
@@ -262,9 +262,7 @@ all other signal handlers).
=head4 C<signal_remove $sig_name, $func>
Unbind C<$sig_name> from function C<$func>.
-
-B<Note: Only stringified function names can be removed using this function. A
-signal handler added via C<CODEREF> cannot be removed.>
+B<TODO: Can you unbind a signal from a C<sub { ...}> coderef? What happens?>
=head3 Controlling Signal Propagation