mirror of
https://github.com/irssi/irssi.git
synced 2025-04-26 13:01:11 -05:00
Updated from scripts.irssi.org
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3051 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
65eb0d3280
commit
686d0c854a
@ -6,7 +6,7 @@
|
|||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
use vars qw($VERSION %IRSSI);
|
use vars qw($VERSION %IRSSI);
|
||||||
$VERSION = '2002120801';
|
$VERSION = '2002120901';
|
||||||
%IRSSI = (
|
%IRSSI = (
|
||||||
authors => 'Stefan \'tommie\' Tomanek',
|
authors => 'Stefan \'tommie\' Tomanek',
|
||||||
contact => 'stefan@pico.ruhr.de',
|
contact => 'stefan@pico.ruhr.de',
|
||||||
@ -1085,8 +1085,10 @@ Irssi::signal_add_first('complete word', \&sig_complete);
|
|||||||
Irssi::signal_add_first('command script load', \&sig_command_script_load);
|
Irssi::signal_add_first('command script load', \&sig_command_script_load);
|
||||||
Irssi::signal_add_first('command script unload', \&sig_command_script_load);
|
Irssi::signal_add_first('command script unload', \&sig_command_script_load);
|
||||||
|
|
||||||
Irssi::signal_register({ 'script error' => [ 'Irssi::Script', 'string' ] });
|
if (defined &Irssi::signal_register) {
|
||||||
Irssi::signal_add_last('script error', \&sig_script_error);
|
Irssi::signal_register({ 'script error' => [ 'Irssi::Script', 'string' ] });
|
||||||
|
Irssi::signal_add_last('script error', \&sig_script_error);
|
||||||
|
}
|
||||||
|
|
||||||
Irssi::command_bind('scriptassist', 'cmd_scripassist');
|
Irssi::command_bind('scriptassist', 'cmd_scripassist');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user