ping pong hell

This commit is contained in:
thomas.figg 2009-03-11 01:49:39 +00:00
parent a5267b8cdd
commit d1c707b432
1 changed files with 1 additions and 2 deletions

View File

@ -71,8 +71,7 @@ sub process {
sub cmd_pong {
my $command = shift @_;
$command =~ s/^://;
pong($command =~ /^\d+$/ ? $command : "$CONF{nick} $command")
pong($command =~ /^:\d+$/ ? $command : "$CONF{nick} $command")
}
sub process_line {