diff options
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) = @_; |