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/autorejoin.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/autorejoin.pl')
-rw-r--r-- | scripts/autorejoin.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/autorejoin.pl b/scripts/autorejoin.pl index 85331c5a..7954f121 100644 --- a/scripts/autorejoin.pl +++ b/scripts/autorejoin.pl @@ -5,6 +5,7 @@ # if you kick/get kicked all the time "just for fun" ... use Irssi; +use Irssi::Irc; sub event_rejoin_kick { my ($data, $server) = @_; |