Home
last modified time | relevance | path

Searched refs:dadaSelectRandomWord (Results 1 – 1 of 1) sorted by relevance

/plugin/botmon/
H A Daction.php534 array_push($hlArr, $this->dadaSelectRandomWord($words, $totalWeight));
568 array_push($sentence, $this->dadaSelectRandomWord($words, $totalWeight));
575 private function dadaSelectRandomWord($list, $totalWeight) { function in action_plugin_botmon