Replace "niihau" with "ni hao"
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 24 Sep 2013 11:03:51 +0000 (14:03 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 24 Sep 2013 11:03:51 +0000 (14:03 +0300)
lib/POE/Component/IRC/Plugin/Hello.pm

index 1820f841773566d67faee8abba35797e5d62bf02..3e832309c212b3ec612c8507001486a2e43d07f9 100644 (file)
@@ -12,7 +12,7 @@ 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 hola hey hi bonjour niihau 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', 'こんにちは', '你好'],
+       greetings => [qw/privet hello salut salutari neata neaţa 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'],
        @_
   };
 
This page took 0.011143 seconds and 4 git commands to generate.