Chat-iFly
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/Chat/iFly.pm view on Meta::CPAN
$result->{name} = $user->{name};
return $result;
}
=head2 update_settings( )
Updates the iFly servers with all the configured settings you passed into the constructor of this object. This must be called when you first start using this module, and also each time that you make changes to your settings.
=cut
sub update_settings {
my ($self) = @_;
return $self->post('/z/', {
api_key => $self->api_key,
enable_chatroom => $self->enable_chatroom,
theme => $self->theme,
notify_sound => $self->notification_sound,
smileys => $self->enable_smiley,
log_chat => $self->log_messages,
chat_topbar_color => $self->chat_topbar_color,
chat_topbar_text_color => $self->chat_topbar_text_color,
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.515 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )