Changeset 9509
- Timestamp:
- 04/21/08 02:00:52 (7 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/connection_handlers.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/connection_handlers.py
r9508 r9509 1664 1664 statusCode)) 1665 1665 if self.name not in no_log_for and jid not in no_log_for and not \ 1666 int(float(mktime(tim))) <= self.last_history_line[jid] and msgtxt: 1666 int(float(mktime(tim))) <= self.last_history_line[jid] and msgtxt \ 1667 and frm.find('/') >= 0: 1668 # if frm.find('/') < 0, it means message comes from room itself 1669 # usually it hold description and can be send at each connection 1670 # so don't store it in logs 1667 1671 try: 1668 1672 gajim.logger.write('gc_msg', frm, msgtxt, tim = tim)
