summaryrefslogtreecommitdiffstats
path: root/modules/services.pl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services.pl')
-rw-r--r--modules/services.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/services.pl b/modules/services.pl
index 2950253..4783d2b 100644
--- a/modules/services.pl
+++ b/modules/services.pl
@@ -36,7 +36,8 @@ sub doServices {
} else {
$conn->join(join(',', @autojoins));
}
- $conn->schedule(2, sub { $conn->privmsg('#antispammeta', 'Now joined to all channels in '. (time - $::starttime) . " seconds."); });
+ $conn->sl("PING :" . time);
+ $conn->schedule(2, sub { $conn->privmsg($::settings->{masterchan}, 'Now joined to all channels in '. (time - $::starttime) . " seconds."); });
}
elsif ($event->{args}->[0] =~ /has been (killed|released)/ )
{