Use return instead of sendmsg if you're just returning one reply.
I'm not going to actively support any commands you make that uses sendmsg instead of return to return only one reply.
And by the way, look at your signature (or reload the page if it's cached), one of your images is broken. _________________ Current Site (2008) http://www.cuvou.com/
sub say <br />{<br /> my ($self,$client,$msg,$listener) = @_;<br /> return $msg;<br />}<br />1;
...
Keenie: I wanted to try make it for aim though, Cer: I didnt know both of the services supported return... Calum: Its Return not $return _________________ Heroes NBC
Cer: I didnt know both of the services supported return...
return is a Perl command and has nothing to do with when or how it's used.
Commands that are service specific look like this: $self->sendmsg (); #msn $self->send_im (); #aim $self->set_away (); #aim $self->set_status (); #msn $self->send (); #msn