Python 3.x IRC Bot Code - 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: Python 3.x IRC Bot Code (/thread-3481.html) |
Python 3.x IRC Bot Code - ddthj - 05-12-2014 This is just the basic stuff for python 3.x to get connected to IRC Code: import sys RE: Python 3.x IRC Bot Code - AFtExploision - 05-12-2014 The line you don't know what does receives everything coming in from the IRC connection, up to 2040 bytes of it, and decodes it into latin1 encoding. RE: Python 3.x IRC Bot Code - ddthj - 05-13-2014 (05-12-2014, 03:27 AM)AFtExploision Wrote: The line you don't know what does receives everything coming in from the IRC connection, up to 2040 bytes of it, and decodes it into latin1 encoding. well I knew that it received text and decoded it, but not the byte amount. thanks for the clarification though. RE: Python 3.x IRC Bot Code - Phase - 10-30-2014 fancy RE: Python 3.x IRC Bot Code - Apuly - 10-31-2014 Fokn bumps RE: Python 3.x IRC Bot Code - greatgamer34 - 10-31-2014 bumps 4 dayZ RE: Python 3.x IRC Bot Code - jxu - 10-31-2014 this is now a dayZ thread post dayZ content here |