X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fscripts%2Fhello.pl;fp=apps%2Firssi%2Fscripts%2Fhello.pl;h=0000000000000000000000000000000000000000;hb=72c2de619079457f7a68100eb13385275a424a23;hp=82adfe22f0ed6650f687dccbd299c1d40eac90b3;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;p=runtime.git diff --git a/apps/irssi/scripts/hello.pl b/apps/irssi/scripts/hello.pl deleted file mode 100644 index 82adfe22..00000000 --- a/apps/irssi/scripts/hello.pl +++ /dev/null @@ -1,12 +0,0 @@ -# "Hello, world!" script :) /hello sends "Hello, world!" to - -use Irssi; -use strict; - -sub cmd_hello { - my ($data, $server, $channel) = @_; - - $server->command("/msg $data Hello, world!"); -} - -Irssi::command_bind('hello', 'cmd_hello');