diff options
author | Timo Sirainen <cras@irssi.org> | 2000-12-06 05:42:13 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-12-06 05:42:13 +0000 |
commit | d22ca4efe5261e81fc50e51cde03a75c6c43ab5c (patch) | |
tree | 8641961c49e7647a5c52cf90273aee1ee5e22d3a /scripts/hello.pl | |
parent | bb594d2aa648619f02f04d8db0b7efffa24b9c77 (diff) | |
download | irssi-d22ca4efe5261e81fc50e51cde03a75c6c43ab5c.zip |
updated
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@976 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'scripts/hello.pl')
-rw-r--r-- | scripts/hello.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/hello.pl b/scripts/hello.pl index b08a84b1..de53c3ab 100644 --- a/scripts/hello.pl +++ b/scripts/hello.pl @@ -1,7 +1,6 @@ # "Hello, world!" script :) /hello <nick> sends "Hello, world!" to <nick> use Irssi; -use Irssi::Irc; sub cmd_hello { my ($data, $server, $channel) = @_; |