From: Marius Gavrilescu Date: Thu, 29 Jan 2015 07:38:30 +0000 (+0200) Subject: Reformat list of greetings X-Git-Tag: 0.001003~5 X-Git-Url: http://git.ieval.ro/?p=poe-component-irc-plugin-hello.git;a=commitdiff_plain;h=7ca2bb7c344615d1aa54c5f00e3922a406af3634;hp=852b5caab81349d952395cefb6cdfc10d5506c54 Reformat list of greetings --- diff --git a/lib/POE/Component/IRC/Plugin/Hello.pm b/lib/POE/Component/IRC/Plugin/Hello.pm index aff114e..eb83848 100644 --- a/lib/POE/Component/IRC/Plugin/Hello.pm +++ b/lib/POE/Component/IRC/Plugin/Hello.pm @@ -13,7 +13,13 @@ use POE::Component::IRC::Plugin qw/PCI_EAT_NONE/; sub new { my $class = shift; my $self = { - greetings => [qw/privet hello salut salutari neata neaţa neața neatza hola hey hi bonjour wassup sup hallo chikmaa tungjatjeta parev salam namaskaar mingalarba ahoy saluton allo moin aloha namaste shalom ciào ciao servus salve ave merhaba witaj hei hola selam sawubona/, "what's up", 'que tal', 'こんにちは', '你好', 'ni hao'], + greetings => [ + qw/privet hello salut salutari neata neaţa neața neatza + hola hey hi bonjour wassup sup hallo chikmaa + tungjatjeta parev salam namaskaar mingalarba ahoy + saluton allo moin aloha namaste shalom ciào ciao servus + salve ave merhaba witaj hei hola selam sawubona/, + "what's up", 'que tal', 'こんにちは', '你好', 'ni hao'], @_ };