Your message dated Sat, 3 Jun 2006 13:47:22 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Not in Debian Code
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: blootbot
Severity: normal
Tags: patch
if you try to "shortAddress" the bot to retrieve a factoid contining a
>, the message will be ignored. For instance "!sarge->etch" doesn't
while, "/msg bot sarge->etch" does. The following patch fixes the
problem:
--- src/IRC/IrcHelpers.pl 2006-06-02 16:59:38.000000000 -0400
+++ src/IRC/IrcHelpers.pl.orig 2006-06-02 16:58:53.000000000 -0400
@@ -103,7 +103,7 @@
}
}
- if (!$addressed && $message =~ /^($mask{nick})([\;\:\>\, ]+) */) {
+ if ($message =~ /^($mask{nick})([\;\:\>\, ]+) */) {
my $newmessage = $';
if ($1 =~ /^\Q$ident\E$/i) {
$message = $newmessage;
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
--- End Message ---
--- Begin Message ---
Hi Mike,
This code doesn't seem to appear in the Debian source (1.2.0-4).
I'm guessing it's already been merged with upstream.
Cheers,
Neil
--
A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?
gpg key - http://www.halon.org.uk/pubkey.txt ; the.earth.li B345BDD3
signature.asc
Description: Digital signature
--- End Message ---