
Bot::Backbone::Service::DirectChat - A helper for doing direct chats

version 0.112500

service private_chat => (
service => 'DirectChat',
chat => 'jabber_chat',
);

This is a chat service layered on top of an existing chat service. It only passes on direct chats received and only sends direct chages back.

Does nothing.
Sends a direct message chat to the nested chat service.
If the message is not to a group and is sent direct, it will be passed on to any chat consumers and dispatched.

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

This software is copyright (c) 2011 by Qubling Software LLC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.