Forums - Open Redstone Engineers

Full Version: TwistedMatrix
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So there's a IRC BOT library called twisted matrix, and I am new to python. Can someone show me how to use and insert protocols?
Btw I'm making an ircbot for a different game Tongue


Twistedmatrix.com
Code:
import <Library>

for Index,Item in <Library>.__dict__:
    print Index
    try:
        print Item.__doc__
    except:pass