changeset 33:48df6d55427b

Forgot the echo of the result
author df
date Sun, 07 Dec 2008 09:44:59 +0000
parents 276658826bc0
children 8b631d17dfd0
files skillbot.pl
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/skillbot.pl	Sun Dec 07 09:42:22 2008 +0000
+++ b/skillbot.pl	Sun Dec 07 09:44:59 2008 +0000
@@ -264,6 +264,8 @@
 		
 		foreach (@fc) 
 			$nreply .= $_->{char}->name . " (" . $_->{skill}->time_remaining . ") | ";
+		
+		$self->privmsg('#' . $config{channel}, $nreply);
 	}
 }