From d4e35c061b1750a518dd92b58438192da3c56047 Mon Sep 17 00:00:00 2001 From: dms Date: Tue, 6 Feb 2001 12:41:50 +0000 Subject: [PATCH] - converted %joinverb to %cache git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@352 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Process.pl | 2 +- src/core.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Process.pl b/src/Process.pl index 93a3a32..69fdba7 100644 --- a/src/Process.pl +++ b/src/Process.pl @@ -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>"); diff --git a/src/core.pl b/src/core.pl index f107841..383210c 100644 --- a/src/core.pl +++ b/src/core.pl @@ -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 ); -- 2.39.2