- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/Jabber/lib/BarnOwl/Module/Jabber/Connection.pm
r892568b r3c455b4 52 52 Leave a MUC. The MUC is specified in the same form as L</FindMUC> 53 53 54 Returns true if successful, false if this connection was not in the55 named MUC.56 57 54 =cut 58 55 … … 64 61 $muc->Leave(); 65 62 $self->{_BARNOWL_MUCS} = [grep {$_->BaseJID ne $muc->BaseJID} $self->MUCs]; 66 return 1;67 63 } 68 64
Note: See TracChangeset
for help on using the changeset viewer.