diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-11 13:51:50 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-11 13:51:50 +0100 |
commit | 348c6ba919d3dc28c669984890e5d1ac605e289b (patch) | |
tree | 8b740adc468dc3d07d5702bae35dc6d61c448916 /plugins/perl/perl.c | |
parent | 4c1f2b93d06f2dd776b44a83aeacc1e9aa996621 (diff) |
Rebranding
Diffstat (limited to 'plugins/perl/perl.c')
-rw-r--r-- | plugins/perl/perl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c index 2b7c073b..321f8d48 100644 --- a/plugins/perl/perl.c +++ b/plugins/perl/perl.c @@ -1350,7 +1350,7 @@ perl_init (void) char *perl_args[] = { "", "-e", "0", "-w" }; char *env[] = { "" }; static const char xchat_definitions[] = { - /* Redefine the $SIG{__WARN__} handler to have XChat + /* Redefine the $SIG{__WARN__} handler to have HexChat printing warnings in the main window. (TheHobbit) */ #include "xchat.pm.h" }; |