]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Misc.pl
- kill fork if it has run for too long, and still exists!
[infobot.git] / src / Misc.pl
index c0e25dc625b84588438d1d9c951c76cbcd9c8c55..5e9bf14579e37cca3dbe4e7ead99a0ad1c823c4e 100644 (file)
@@ -475,6 +475,7 @@ sub makeHostMask {
 
     if ($host =~ s/^(\S+!\S+\@)//) {
        &DEBUG("mHM: detected nick!user\@ for host arg; fixing");
+       &DEBUG("nu => $nu");
        $nu = $1;
     }