summaryrefslogtreecommitdiff
path: root/scripts/hello.pl
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-12-06 05:42:13 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-12-06 05:42:13 +0000
commitd22ca4efe5261e81fc50e51cde03a75c6c43ab5c (patch)
tree8641961c49e7647a5c52cf90273aee1ee5e22d3a /scripts/hello.pl
parentbb594d2aa648619f02f04d8db0b7efffa24b9c77 (diff)
downloadirssi-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.pl1
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) = @_;