debug
This commit is contained in:
parent
2365d9156a
commit
d23f63d94e
1 changed files with 2 additions and 1 deletions
|
@ -192,8 +192,9 @@ sub fallback {
|
|||
|
||||
my $user = "IRC";
|
||||
if ($mess->{who} =~ /^dirkocraft\d*$/) {
|
||||
$body =~ s/^<([^>]+)>\s+//;
|
||||
$body =~ s/^\s*<([^>]+)>\s+//;
|
||||
$user = $1;
|
||||
print "GOT USER $user!\n";
|
||||
}
|
||||
|
||||
#23:05:18 < dirkocraft> [XmasPteradactyl disconnected]
|
||||
|
|
Loading…
Add table
Reference in a new issue