diff options
Diffstat (limited to 'scripts/hello.pl')
-rw-r--r-- | scripts/hello.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/hello.pl b/scripts/hello.pl index de53c3ab..b08a84b1 100644 --- a/scripts/hello.pl +++ b/scripts/hello.pl @@ -1,6 +1,7 @@ # "Hello, world!" script :) /hello <nick> sends "Hello, world!" to <nick> use Irssi; +use Irssi::Irc; sub cmd_hello { my ($data, $server, $channel) = @_; |