aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode/vim_mode.pl
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2010-09-30 22:26:36 +0000
committerSimon Ruderich <simon@ruderich.org>2010-09-30 22:35:40 +0000
commit6ed1c63beab95077112319f945c75c8c7ed928bc (patch)
tree2b1d861b6c0c67b7feba4e8529dc6e984cea2274 /vim-mode/vim_mode.pl
parentMerge remote branch 'origin/dev' (diff)
downloadirssi-scripts-6ed1c63beab95077112319f945c75c8c7ed928bc.tar.gz
irssi-scripts-6ed1c63beab95077112319f945c75c8c7ed928bc.zip
vim_mode: Add missing use for irssi 0.8.14.
Diffstat (limited to 'vim-mode/vim_mode.pl')
-rw-r--r--vim-mode/vim_mode.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl
index 366bc3f..8751ac0 100644
--- a/vim-mode/vim_mode.pl
+++ b/vim-mode/vim_mode.pl
@@ -106,6 +106,7 @@ use List::Util;
use Irssi;
use Irssi::TextUI; # for sbar_items_redraw
+use Irssi::Irc; # necessary for 0.8.14
use vars qw($VERSION %IRSSI);