diff options
| author | 2015-12-04 11:10:56 +0400 | |
|---|---|---|
| committer | 2015-12-04 11:10:56 +0400 | |
| commit | 9f74a4bf7bbe1695354a954e13912d74a4173b02 (patch) | |
| tree | 8d752896007dfa3e3e995b4b5d7aafe18af5482f /meta.pl | |
| parent | 8573114bda2d6de4cf9360900b4d1e80f05db4b1 (diff) | |
Better services handling
Diffstat (limited to 'meta.pl')
| -rwxr-xr-x | meta.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |
