comparison skillbot.pl @ 23: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 119c2b763dd2
children 1d57373d1c04
comparison
equal deleted inserted replaced
22:5aed4f3c40c4 23:db2e2a751dd6
265 265
266 sub on_cversion 266 sub on_cversion
267 { 267 {
268 my ($self, $event) = @_; 268 my ($self, $event) = @_;
269 269
270 my $vstring = sprintf("VERSION twitfolk v%s " . 270 my $vstring = sprintf("VERSION %s", $ircname);
271 "(\002grifferz\002 is responsible for this atrocity)", $version);
272 271
273 $self->ctcp_reply($event->nick, $vstring); 272 $self->ctcp_reply($event->nick, $vstring);
274 } 273 }
275 274
276 sub justme 275 sub justme