]> git.donarmstrong.com Git - infobot.git/commitdiff
don't be so generous
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 8 Jul 2004 15:52:19 +0000 (15:52 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 8 Jul 2004 15:52:19 +0000 (15:52 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@987 c11ca15a-4712-0410-83d8-924469b57eb5

src/Process.pl

index aea3e1e5561795852b72d733b428e3652fe0876c..c1b277ec6edd51ca5d33b2eb6db07f7172dc76d5 100644 (file)
@@ -133,7 +133,7 @@ sub process {
            return;
        }
 
-       my $mask = "*!$user@".&makeHostMask($host);
+       my $mask = "$who!$user@".&makeHostMask($host);
        ### TODO: prevent adding multiple dupe masks?
        ### TODO: make &addHostMask() CMD?
        &pSReply("Added $mask for $do_nick...");