diff options
| author | David Leadbeater | 2014-10-23 12:56:04 +0100 |
|---|---|---|
| committer | David Leadbeater | 2014-10-23 12:56:04 +0100 |
| commit | ff9a44047a299bce4995c22fd6f15851e1b065ee (patch) | |
| tree | 22fe1a5be481bb64d70243bdea9762639ee2ff41 /scripts/bitlbee_join_notice.pl | |
| parent | 5d2811af5d3d29b524936ac95e7b1b3d5144a9ce (diff) | |
| parent | 2329fe260d3393c6bcbc868cb3f7a33d324b1910 (diff) | |
| download | scripts.irssi.org-ff9a44047a299bce4995c22fd6f15851e1b065ee.tar.bz2 | |
Merge pull request #79 from obfuscoder/perlcritic-bcd
Fix perlcritic issues for all scripts starting with b,c,d
Diffstat (limited to 'scripts/bitlbee_join_notice.pl')
| -rw-r--r-- | scripts/bitlbee_join_notice.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bitlbee_join_notice.pl b/scripts/bitlbee_join_notice.pl index 6644895..6a254a7 100644 --- a/scripts/bitlbee_join_notice.pl +++ b/scripts/bitlbee_join_notice.pl @@ -9,7 +9,7 @@ # /statusbar window add join_notice # use Data::Dumper; -#use strict; +use strict; use Irssi::TextUI; #use Irssi::Themes; use Data::Dumper; |
