aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2010-09-26 21:59:24 +0000
committerSimon Ruderich <simon@ruderich.org>2010-09-26 22:07:21 +0000
commit32b14d13a5a7c31869c693a8b93d7507f8b6328d (patch)
treec3fe8edd69466774dd4e6f0852c9fc94ed1f358b
parentvim_mode: Add r. (diff)
downloadirssi-scripts-32b14d13a5a7c31869c693a8b93d7507f8b6328d.tar.gz
irssi-scripts-32b14d13a5a7c31869c693a8b93d7507f8b6328d.zip
vim_mode: Fix my nick.
Diffstat (limited to '')
-rw-r--r--vim-mode/vim_mode.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl
index 574fd9b..be71e75 100644
--- a/vim-mode/vim_mode.pl
+++ b/vim-mode/vim_mode.pl
@@ -53,9 +53,10 @@ use vars qw($VERSION %IRSSI);
$VERSION = "1.0.1";
%IRSSI =
(
- authors => "Tom Feist (shabble), Simon Ruderich (rudis)",
+ authors => "Tom Feist (shabble), Simon Ruderich (rudi_s)",
contact => 'shabble+irssi@metavore.org, '
- . 'shabble@#irssi/Freenode, simon@ruderich.org',
+ . 'shabble@#irssi/Freenode, simon@ruderich.org'
+ . 'rudi_s@#irssi/Freenode',
name => "vim_mode",
description => "Give Irssi Vim-like commands for editing the inputline",
license => "Public Domain",