Chat-iFly
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,
( run in 0.360 second using v1.01-cache-2.11-cpan-95122f20152 )