NAME

Bot::Backbone::Service::Role::GroupJoiner - Chat services that can join a chat group

VERSION

version 0.112320

DESCRIPTION

This is only useful to chat services (probably).

REQUIRED METHODS

join_group

$chat->join_group('foo');

Given the name of a group to join, this performs the operations required to join the group.

AUTHOR

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

COPYRIGHT AND LICENSE

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.