I'm learning SOCKETS and working with Irc.
-----------------------
s.send(bytes("PRIVMSG " + channel +" "+ message + "\n", "UTF-8"))
----------------------------------------
When more than one word ( for example: This is a message)
in *message* it sends the FIRST word only "This" and skips the rest.
Any ideas how to solve the problem? I was seating on it on the night
but nothing came up.
--
https://mail.python.org/mailman/listinfo/python-list
- Losing words John Doe
- Re: Losing words Chris Angelico
- Re: Losing words John Doe
- Re: Losing words Joel Goldstick
- Re: Losing words John Doe
- Re: Losing words Chris Angelico
- Re: Losing words John Doe
- Re: Losing words MRAB
- Re: Losing words Roel Schroeven
- Re: Losing words John Doe
- Re: Losing words Chris Angelico
