From 03c71116e044fda9d99e827a4ffb0652d508abb5 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 10 Mar 2002 21:28:38 +0000 Subject: added/removed some default scripts git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2569 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- scripts/hello.pl | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 scripts/hello.pl (limited to 'scripts/hello.pl') diff --git a/scripts/hello.pl b/scripts/hello.pl deleted file mode 100644 index 82adfe22..00000000 --- a/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'); -- cgit v1.2.3