Changeset 3749
- Timestamp:
- 10/12/07 19:49:11 (7 months ago)
- Files:
-
- trunk/Chat Core/MVIRCChatConnection.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Chat Core/MVIRCChatConnection.m
r3748 r3749 1526 1526 if( ! [targetName length] ) return; 1527 1527 1528 if( [ targetName characterAtIndex:0] == '@') {1528 if( [[_serverInformation objectForKey:@"roomMemberPrefixes"] characterIsMember:[targetName characterAtIndex:0]] ) { 1529 1529 // This is a special filtered target. 1530 1530 // @#room sends only to the operators on the room … … 1615 1615 if( ! [targetName length] ) return; 1616 1616 1617 if( [ targetName characterAtIndex:0] == '@') {1617 if( [[_serverInformation objectForKey:@"roomMemberPrefixes"] characterIsMember:[targetName characterAtIndex:0]] ) { 1618 1618 // This is a special filtered target. 1619 1619 // @#room sends only to the operators on the room
