Hi everyone, I have a problem they can’t solve.
I can’t send whispers via irc (there is no whisper command).
I am developing in python language.
I’ve tried all kinds of commands, but the whisper doesn’t come
c.privmsg(“jtv”, “:/w user message”)
c.privmsg(“jtv”, “.w user message”)
c.send_items(“PRIVMSG jtv :/w user message”)
My purpose is simply this: when a user writes! Test, the bot responds with a whisper (a private, non-public message).
Of course I know I mustn’t abuse it