aboutsummaryrefslogtreecommitdiffstats
path: root/feature-tests
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2010-12-04 05:55:45 +0000
committerTom Feist <shabble@metavore.org>2010-12-04 05:55:45 +0000
commitcb49cffc2194fed9caba17c417d818714885810e (patch)
tree2670f7d90bfb92df0c78c88b5700830f1357de5d /feature-tests
parenteasy_exec: override /script exec with a function to export all of the Irssi:: (diff)
downloadirssi-scripts-cb49cffc2194fed9caba17c417d818714885810e.tar.gz
irssi-scripts-cb49cffc2194fed9caba17c417d818714885810e.zip
template: update template with personal details, add additional imports
Diffstat (limited to 'feature-tests')
-rw-r--r--feature-tests/template.pl8
1 files changed, 6 insertions, 2 deletions
diff --git a/feature-tests/template.pl b/feature-tests/template.pl
index 2c75044..f3ae68a 100644
--- a/feature-tests/template.pl
+++ b/feature-tests/template.pl
@@ -3,12 +3,16 @@ use warnings;
use Irssi;
+use Irssi::Irc;
+use Irssi::TextUI;
+
+use Data::Dumper;
our $VERSION = '0.1';
our %IRSSI = (
- authors => '',
- contact => '',
+ authors => 'shabble',
+ contact => 'shabble+irssi@metavore.org',
name => '',
description => '',
license => 'Public Domain',