summaryrefslogtreecommitdiffstats
path: root/meta.pl
diff options
context:
space:
mode:
authorLibravatarDoug Freed <dwfreed@mtu.edu>2016-01-14 21:54:12 -0700
committerLibravatarDoug Freed <dwfreed@mtu.edu>2016-01-14 21:54:12 -0700
commit3b64a18852441f71d3b4599d5c11d3709dfd7781 (patch)
tree261dc7551051be973a532cb296c65dd3bd30a296 /meta.pl
parent2aa15f5a89ffeee2a1ee6d443afb8129ba644255 (diff)
Add vim modelines and fix inconsistent indentation
Diffstat (limited to 'meta.pl')
-rwxr-xr-xmeta.pl3
1 files changed, 2 insertions, 1 deletions
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