diff options
| author | 2016-01-14 21:54:12 -0700 | |
|---|---|---|
| committer | 2016-01-14 21:54:12 -0700 | |
| commit | 3b64a18852441f71d3b4599d5c11d3709dfd7781 (patch) | |
| tree | 261dc7551051be973a532cb296c65dd3bd30a296 /meta.pl | |
| parent | 2aa15f5a89ffeee2a1ee6d443afb8129ba644255 (diff) | |
Add vim modelines and fix inconsistent indentation
Diffstat (limited to 'meta.pl')
| -rwxr-xr-x | meta.pl | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
