On 2019-04-01 18:16, John Doe wrote:
On 2019-04-01, Joel Goldstick <joel.goldst...@gmail.com> wrote:

def text():
    mess = input("> ")
    s.send(bytes("PRIVMSG " + " "+ channel + " " +  mess  + "\n", "UTF-8"))

    text()


Is this a typo or are you calling text() from within text()?

Indeed I do :-)
I was thinking on another way but nothing came up to me but guess what?
It works. What else I could do?

It'll work until it reaches the Python stack reaches its limit.
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to