Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/modules/Jabber/lib/BarnOwl/Module/Jabber/Connection.pm

    r892568b r3c455b4  
    5252Leave a MUC. The MUC is specified in the same form as L</FindMUC>
    5353
    54 Returns true if successful, false if this connection was not in the
    55 named MUC.
    56 
    5754=cut
    5855
     
    6461    $muc->Leave();
    6562    $self->{_BARNOWL_MUCS} = [grep {$_->BaseJID ne $muc->BaseJID} $self->MUCs];
    66     return 1;
    6763}
    6864
Note: See TracChangeset for help on using the changeset viewer.