added: to stats plugin: microsoft bing searcher
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@648 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -67,6 +67,12 @@ void UpdateStats(PluginInfo & info, Stats::ItemStats & item_stats)
|
||||
stats.global_yahoo += 1;
|
||||
item_stats.yahoo += 1;
|
||||
}
|
||||
|
||||
if( bot.IsBing() )
|
||||
{
|
||||
stats.global_bing += 1;
|
||||
item_stats.bing += 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user