diff options
| author | ramnes | 2016-03-04 15:06:09 +0100 |
|---|---|---|
| committer | ramnes | 2016-03-04 15:06:09 +0100 |
| commit | 39e19c5e9dedd38aaf23ff5cc11d014108175a1b (patch) | |
| tree | 7bb5a929f691270447922789e4c1d4f300498acc | |
| parent | 0c43cce461b9ced27adbdd6973a93adb2a859a93 (diff) | |
| download | scripts.irssi.org-39e19c5e9dedd38aaf23ff5cc11d014108175a1b.tar.bz2 | |
Use strict
| -rw-r--r-- | scripts/hilightcmd.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/hilightcmd.pl b/scripts/hilightcmd.pl index b17f624..a234082 100644 --- a/scripts/hilightcmd.pl +++ b/scripts/hilightcmd.pl @@ -7,6 +7,7 @@ # /set hilightcmd_systemcmd ssh user@host beep & # +use strict; use Irssi; use POSIX; use vars qw($VERSION %IRSSI); |
