Skip to content

Commit f38a66b

Browse files
committed
Send url log messages to the right address
1 parent 640cd5e commit f38a66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Multigate/IRC/UrlCatcher.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ sub urlgrab {
7575
$url = 1;
7676
}
7777

78-
print "INCOMING irc 2system!system\@local !msg urlcatcher $sender $line\n" if $url ==1;
78+
print "INCOMING system 2system!system\@local !urllogger urllogger $sender $line\n" if $url ==1;
7979
}
8080

8181

0 commit comments

Comments
 (0)