diff options
author | Timo Sirainen <cras@irssi.org> | 2000-10-18 20:50:12 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-10-18 20:50:12 +0000 |
commit | fcb1374e40ebd2b58c1ebf957a76fa5416034431 (patch) | |
tree | 74be402eb1eeb1c4742e9c5955c8d8c4e7ed8d31 /scripts/hello.pl | |
parent | ac6bfeba1f83a205e1516eb6166ed2d79c9b6a54 (diff) | |
download | irssi-fcb1374e40ebd2b58c1ebf957a76fa5416034431.zip |
fixes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@768 dbcabf3a-b0e7-0310-adc4-f8d773084564
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) = @_; |