From 3b64a18852441f71d3b4599d5c11d3709dfd7781 Mon Sep 17 00:00:00 2001 From: Doug Freed Date: Thu, 14 Jan 2016 21:54:12 -0700 Subject: Add vim modelines and fix inconsistent indentation --- meta.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta.pl') diff --git a/meta.pl b/meta.pl index 5dea7ef..023fe4a 100755 --- a/meta.pl +++ b/meta.pl @@ -126,7 +126,7 @@ sub init { Ircname => $::settings->{realname}, Username => $::settings->{username}, Password => $::settings->{pass}, - Pacing => 0 ); + Pacing => 0 ); $conn->debug($::debug); if (-e "debugsock") { $conn->debugsock(1); @@ -165,3 +165,4 @@ sub init { } init(); +# vim: ts=2:sts=2:sw=2:expandtab -- cgit v1.2.3