summaryrefslogtreecommitdiffstats
path: root/meta.pl
diff options
context:
space:
mode:
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