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

version 0.112500

This is only useful to chat services (probably).

$chat->join_group(\%options);
This method will cause the service to join the group described by the options in the way described by the options. Generally, the options will include (but are not limited to and all of these might not be supported):
This is the name of the group to join. Every implementation must support this option.
This is the nickname to give the bot within this group.

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.