]> git.donarmstrong.com Git - infobot.git/commitdiff
- converted %joinverb to %cache
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 6 Feb 2001 12:41:50 +0000 (12:41 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 6 Feb 2001 12:41:50 +0000 (12:41 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@352 c11ca15a-4712-0410-83d8-924469b57eb5

src/Process.pl
src/core.pl

index 93a3a32d25782417a8cf60d57bb1e79f138cac7c..69fdba7242aa4791112e60b8603a1179868e955e 100644 (file)
@@ -69,7 +69,7 @@ sub process {
                return;
            }
        }
-       $joinverb{$thischan} = $who;    # used for on_join self.
+       $cache{join}{$thischan} = $who; # used for on_join self.
 
        &joinchan($chankey);
        &status("JOIN $chankey <$who>");
index f107841e6e09fee2b34e062e9cf27a9a63e1e903..383210c1b606a0a063e19bac93265b45cd9ad20b 100644 (file)
@@ -29,7 +29,7 @@ use vars qw(@joinchan @ircServers @wingateBad @wingateNow @wingateCache
 # 
 use vars qw(%count %netsplit %netsplitservers %flood %dcc %orig
            %nuh %talkWho %seen %floodwarn %param %dbh %ircPort
-           %jointime %topic %joinverb %moduleAge %last %time %mask %file
+           %topic %moduleAge %last %time %mask %file
            %forked %chanconf %channels
 );