NAME
App::Wubot::Reactor::FileTrie - store entire messages serialized using File::Trie
SYNOPSIS
- name: store entire message using File::Trie
plugin: FielTrie
DESCRIPTION
This plugin stores each message in a separate file under ~/wubot/triedb. The filename for each message will come from the message checksum. To prevent too many messages from being stored in a single subdirectory, the message is stored using File::Trie.