comparison skillbot.pl @ 33:48df6d55427b

Forgot the echo of the result
author df
date Sun, 07 Dec 2008 09:44:59 +0000
parents 276658826bc0
children 8b631d17dfd0
comparison
equal deleted inserted replaced
32:276658826bc0 33:48df6d55427b
262 my $nreply = "Training: "; 262 my $nreply = "Training: ";
263 my (@fc) = (order_friend_copy @friends); 263 my (@fc) = (order_friend_copy @friends);
264 264
265 foreach (@fc) 265 foreach (@fc)
266 $nreply .= $_->{char}->name . " (" . $_->{skill}->time_remaining . ") | "; 266 $nreply .= $_->{char}->name . " (" . $_->{skill}->time_remaining . ") | ";
267
268 $self->privmsg('#' . $config{channel}, $nreply);
267 } 269 }
268 } 270 }
269 271
270 sub on_notice 272 sub on_notice
271 { 273 {