X-Git-Url: http://git.vpit.fr/?p=perl%2Fscripts%2Fxchat.git;a=blobdiff_plain;f=services.pl;fp=services.pl;h=f04a80efb8132998cb062e3a435ec5988c18273a;hp=8fd3b9065d256cc4baefbafdcb0f658020c2bb33;hb=9db5de0ec290fd8b82a9c510e0d627b31e44d9bd;hpb=80f827633d7173e4388bfce83f6bb304f37cecab diff --git a/services.pl b/services.pl index 8fd3b90..f04a80e 100755 --- a/services.pl +++ b/services.pl @@ -3,7 +3,7 @@ package Xchat::VPIT::Services; use strict; use warnings; -use Xchat qw/:all/; +use Xchat qw<:all>; use lib get_info 'xchatdir'; use Xchat::XPI; @@ -92,7 +92,7 @@ hook_command "C$_", \&csmode, { data => $_, help_text => join ' ', $_, '[nicks] ,', (lc $_), 'the specified targets (or you if none) on the current channel via ChanServ' -} for map { $_, "DE$_" } qw/VOICE HALFOP OP PROTECT/; +} for map { $_, "DE$_" } qw; $ph = Xchat::XPI->new( name => 'IRC Services',