# HG changeset patch # User df # Date 1228603327 0 # Node ID db2e2a751dd6e48e3419d75161824762b5f122e0 # Parent 5aed4f3c40c421241f109159821f5527dbde47ed Changed the c2cp version reply to match the irc name (any playing a bith with hg) diff -r 5aed4f3c40c4 -r db2e2a751dd6 skillbot.pl --- 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); }