summaryrefslogtreecommitdiffstats
path: root/modules/services.pl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services.pl')
-rw-r--r--modules/services.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services.pl b/modules/services.pl
index d110b60..c70b9ca 100644
--- a/modules/services.pl
+++ b/modules/services.pl
@@ -8,7 +8,7 @@ sub doServices {
print "NickServ: $event->{args}->[0]\n";
if ( $event->{args}->[0] eq 'This nickname is owned by someone else' )
{
- $conn->privmsg( 'NickServ', "identify $::pass" );
+ $conn->privmsg( 'NickServ', "identify $::settings->{pass}" );
}
elsif ( $event->{args}->[0] eq 'Password accepted - you are now recognized' )
{