changeset 24:db2e2a751dd6

Changed the c2cp version reply to match the irc name (any playing a bith with hg)
author df
date Sat, 06 Dec 2008 22:42:07 +0000
parents 5aed4f3c40c4
children 1d57373d1c04
files skillbot.pl
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/skillbot.pl	Sat Dec 06 22:32:41 2008 +0000
+++ b/skillbot.pl	Sat Dec 06 22:42:07 2008 +0000
@@ -267,8 +267,7 @@
 {
 	my ($self, $event) = @_;
 
-	my $vstring = sprintf("VERSION twitfolk v%s " .
-		"(\002grifferz\002 is responsible for this atrocity)", $version);
+	my $vstring = sprintf("VERSION %s", $ircname);
 
 	$self->ctcp_reply($event->nick, $vstring);
 }