Forums - Open Redstone Engineers
TwistedMatrix - Printable Version

+- Forums - Open Redstone Engineers (https://forum.openredstone.org)
+-- Forum: Off-Topic (https://forum.openredstone.org/forum-4.html)
+--- Forum: Programming (https://forum.openredstone.org/forum-8.html)
+--- Thread: TwistedMatrix (/thread-1072.html)



TwistedMatrix - TheGeek56 - 09-28-2013

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


RE: TwistedMatrix - Xeomorpher - 09-29-2013

Code:
import <Library>

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