I'm trying to write a IRC client that has to have a method inside class Client that has to start a new thread that goes to run() which is in the same class. I'm not really understanding all the threading tutorials i've found. Can someone help?<br>
<br>p.s. trying to use the threading module, not the thread module. <br>