From: dms Date: Tue, 6 Feb 2001 12:41:50 +0000 (+0000) Subject: - converted %joinverb to %cache X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=efda318b1edf50e5b26331c6e46a56451b2f6ca5;p=infobot.git - converted %joinverb to %cache git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@352 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/Process.pl b/blootbot/src/Process.pl index 93a3a32..69fdba7 100644 --- a/blootbot/src/Process.pl +++ b/blootbot/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/blootbot/src/core.pl b/blootbot/src/core.pl index f107841..383210c 100644 --- a/blootbot/src/core.pl +++ b/blootbot/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 );