diff options
Diffstat (limited to 'scripts/null.pl')
| -rw-r--r-- | scripts/null.pl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/null.pl b/scripts/null.pl new file mode 100644 index 0000000..6c96260 --- /dev/null +++ b/scripts/null.pl @@ -0,0 +1,15 @@ +use strict; +use vars qw($VERSION %IRSSI); + +use Irssi; + +$VERSION = '1.00'; +%IRSSI = ( + authors => 'Juerd', + contact => 'juerd@juerd.nl', + name => 'Nothing at all', + description => 'This script really does nothing. Sorry.', + license => 'Public Domain', + url => 'http://juerd.nl/irssi/', + changed => 'Sun Mar 10 02:14 CET 2002', +); |
