home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / lib / plugins / fbchat / compat.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2011-10-05  |  524 b   |  13 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.6)
  3.  
  4. __all__ = []
  5.  
  6. def ignore(*a, **k):
  7.     pass
  8.  
  9.  
  10. def ignore_iq(protocol, stream, *a, **k):
  11.     stream.set_iq_get_handler('own-message', 'http://www.facebook.com/xmpp/messages', ignore)
  12.  
  13.