diff options
Diffstat (limited to 'history-search/help_a.pl')
-rw-r--r-- | history-search/help_a.pl | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/history-search/help_a.pl b/history-search/help_a.pl deleted file mode 100644 index 53d902c..0000000 --- a/history-search/help_a.pl +++ /dev/null @@ -1,15 +0,0 @@ -use strict; -use warnings; - -use Irssi; - -our $help = "this is help for a"; - -Irssi::command_bind('help', sub { - if ($_[0] eq 'test_a') { - Irssi::print($help, MSGLEVEL_CLIENTCRAP); - Irssi::signal_stop(); - return; - } - } -); |