- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/Jabber/lib/BarnOwl/Module/Jabber/Connection.pm
r3c455b4 r892568b 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 the 55 named MUC. 56 54 57 =cut 55 58 … … 61 64 $muc->Leave(); 62 65 $self->{_BARNOWL_MUCS} = [grep {$_->BaseJID ne $muc->BaseJID} $self->MUCs]; 66 return 1; 63 67 } 64 68
Note: See TracChangeset
for help on using the changeset viewer.