Update channel name

This commit is contained in:
root 2016-09-20 15:05:57 +02:00
parent 14b5957429
commit a4b0e0927e
1 changed files with 4 additions and 4 deletions

View File

@ -78,7 +78,7 @@ sub on_connect {
my $self = shift;
$identified_to_nickserv = 1;
print "Joining #april-monitoring...\n";
print "Joining #april-admin...\n";
# FIXME: this is broken right now. when this is re-added, it has to happen
# before we try to join channels.
@ -86,7 +86,7 @@ sub on_connect {
#$self->privmsg('nickserv',"identify xxx");
# CONFIG: channels you want us to announce to ...
$self->join("#april-monitoring");
$self->join("#april-admin");
#$self->join("#status");
}
@ -330,7 +330,7 @@ sub on_notice {
print "Joining channels...\n";
# CONFIG: channels that should be joined go here.
$self->join("#april-monitoring");
$self->join("#april-admin");
}
}
@ -393,7 +393,7 @@ while (1) {
if ($identified_to_nickserv) {
# CONFIG: change where we announce stuff here
my @channels = ('#april-monitoring');
my @channels = ('#april-admin');
while (defined (my $line = <NAGIOS>)) {
print $line;
chomp($line);