summaryrefslogtreecommitdiffstats
path: root/meta.pl
diff options
context:
space:
mode:
authorLibravatarDoug Freed <dwfreed@mtu.edu>2015-12-04 11:10:56 +0400
committerLibravatarDoug Freed <dwfreed@mtu.edu>2015-12-04 11:10:56 +0400
commit9f74a4bf7bbe1695354a954e13912d74a4173b02 (patch)
tree8d752896007dfa3e3e995b4b5d7aafe18af5482f /meta.pl
parent8573114bda2d6de4cf9360900b4d1e80f05db4b1 (diff)
Better services handling
Diffstat (limited to 'meta.pl')
-rwxr-xr-xmeta.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.pl b/meta.pl
index 7ea526b..6a9f934 100755
--- a/meta.pl
+++ b/meta.pl
@@ -34,6 +34,7 @@ $::pass = '';
@::string_blacklist=();
$::netsplit = 0;
$::netsplit_ignore_lag = 0;
+$::no_autojoins = 0;
$::debug = 0;
$::cset = '';
$::pacealerts = 1;
@@ -110,7 +111,6 @@ sub init {
Nick => $::settings->{nick},
Ircname => $::settings->{realname},
Username => $::settings->{username},
- Password => $::settings->{pass},
Pacing => 0 );
$conn->debug($::debug);
$::inspector = ASM::Inspect->new();