right down to the prob.
iv got
Code: Select all
hub->sendMessage(user,"<Plug In> hi there|");
and
Code: Select all
hub->sendPrivateMessage("Gizmo","Gizmo","testing");
to work and sent messages to people in the hub.
However im unable to get the
Code: Select all
hub->sendChatMessage("Gizmo","AnotherTest");
one to work. . . has any one elss had any luck with getting this to work ?
Its ment to send a message to everyone in the hub (i think) but im unable to get anything.
thanks for any help
Gizmo