Ok i wanna add msn support 2 my bot. i want it so it can login and send/recive messages.
so when it recieves a message it whispers it to its master and u can send a msg like .msnsend <person> <message>
i have been able 2 add AIM support but not quiet get the send command to work, but @ least i can recive. If you have and thing that might help could you please post.
Thank you in advance
[edit]In VB plz[/edit]
you do know there is a msn bot development forum
Once you support BCPs, you can use MSNClient.bcpx (and many other very handy BCPs as well), thus saving you the trouble of actually writing a new MSN client.
I thought bcpx's can only be used on BC
BCP and BCPX are both usable anywhere, afaik. Assuming, of course, that the application using it meets the requirements of the BCP/BCPX.
The easiest way is to hook a regular MSN Client's vital calls, probably.
And I don't think MSN-Client has the functionality that he is looking for.
Finally, would you try to use better english? 2->to/two u->you and so forth, it takes a lot longer than necessary to read it the way you write.
Quote from: Kp on October 19, 2003, 12:36 AM
BCP and BCPX are both usable anywhere, afaik. Assuming, of course, that the application using it meets the requirements of the BCP/BCPX.
Not in Visual Basic though, with the only current resource we have: BinaryChat Emulation Layer, which does not yet support BCPX.
Quote from: Spht on October 19, 2003, 10:48 AM
Quote from: Kp on October 19, 2003, 12:36 AM
BCP and BCPX are both usable anywhere, afaik. Assuming, of course, that the application using it meets the requirements of the BCP/BCPX.
Not in Visual Basic though, with the only current resource we have: BinaryChat Emulation Layer, which does not yet support BCPX.
Right. BCEL does not currently meet the requirements of BCPX. However, if someone were to update it (or stop using VB...), things should be fine.
Quote from: Kp on October 19, 2003, 11:08 AM
Quote from: Spht on October 19, 2003, 10:48 AM
Quote from: Kp on October 19, 2003, 12:36 AM
BCP and BCPX are both usable anywhere, afaik. Assuming, of course, that the application using it meets the requirements of the BCP/BCPX.
Not in Visual Basic though, with the only current resource we have: BinaryChat Emulation Layer, which does not yet support BCPX.
Right. BCEL does not currently meet the requirements of BCPX. However, if someone were to update it (or stop using VB...), things should be fine.
It'd be great if someone updated it :)
Quote from: UserLoser on October 19, 2003, 11:28 AM
Quote from: Kp on October 19, 2003, 11:08 AMRight. BCEL does not currently meet the requirements of BCPX. However, if someone were to update it (or stop using VB...), things should be fine.
It'd be great if someone updated it :)
Why? Just stop using a language that can't properly call BCPs natively...
Quote from: Kp on October 19, 2003, 03:27 PM
Quote from: UserLoser on October 19, 2003, 11:28 AM
Quote from: Kp on October 19, 2003, 11:08 AMRight. BCEL does not currently meet the requirements of BCPX. However, if someone were to update it (or stop using VB...), things should be fine.
It'd be great if someone updated it :)
Why? Just stop using a language that can't properly call BCPs natively...
Some people don't know C++ as well as others
Quote from: UserLoser on October 19, 2003, 05:03 PM
Quote from: Kp on October 19, 2003, 03:27 PM
Quote from: UserLoser on October 19, 2003, 11:28 AM
Quote from: Kp on October 19, 2003, 11:08 AMRight. BCEL does not currently meet the requirements of BCPX. However, if someone were to update it (or stop using VB...), things should be fine.
It'd be great if someone updated it :)
Why? Just stop using a language that can't properly call BCPs natively...
Some people don't know C++ as well as others
Some people could try and learn.
You don't have to use C++. You have to not use VB. APBot2 (Written in Delphi) supported BCP up to revision 4.
And then?
O_O What are BCP and BCPX? Never heard of them, although I imagine they stand for "Binary Chat Protocol" and "Binary Chat Protocol eXtended." Where is there a reference or something that I could look these up with? I did check Google, although I didn't find anything immediately useful.
Quote from: Myndfyre on October 23, 2003, 07:22 PM
O_O What are BCP and BCPX? Never heard of them, although I imagine they stand for "Binary Chat Protocol" and "Binary Chat Protocol eXtended." Where is there a reference or something that I could look these up with? I did check Google, although I didn't find anything immediately useful.
BinaryChat Plugin. See here (http://www.valhallalegends.com/pub/BCP/) for some info on it.