diff options
Diffstat (limited to 'scripts/userhost.pl')
| -rw-r--r-- | scripts/userhost.pl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/userhost.pl b/scripts/userhost.pl index 9111a93..339b309 100644 --- a/scripts/userhost.pl +++ b/scripts/userhost.pl @@ -1,6 +1,7 @@ # $Id: userhost.pl,v 1.18 2002/07/04 13:18:02 jylefort Exp $ - +use strict; use Irssi 20020121.2020 (); +use vars qw($VERSION %IRSSI); $VERSION = "0.23"; %IRSSI = ( authors => 'Jean-Yves Lefort', @@ -46,8 +47,6 @@ $VERSION = "0.23"; # # 2002-01-23 initial release -use strict; - # -verbatim- import expand sub expand { my ($string, %format) = @_; |
