Hey!
I've set up a chat connection using
ChatAcceptCalls(23)
and
ChatCall("localhost", 23)
Once that is done, I try to iterate through all the connection id's we have and:
ChatMessage(id, 7, "Test")
That message is never received on the other user's OnPluginChatMessage. I'm currently connecting to my own computer from one mushclient to another. I'm using python-scripting for this.
I've set up a chat connection using
ChatAcceptCalls(23)
and
ChatCall("localhost", 23)
Once that is done, I try to iterate through all the connection id's we have and:
ChatMessage(id, 7, "Test")
That message is never received on the other user's OnPluginChatMessage. I'm currently connecting to my own computer from one mushclient to another. I'm using python-scripting for this.