Author | Message | Time |
---|---|---|
WiLD | 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] | October 19, 2003, 3:22 AM |
UserLoser | you do know there is a msn bot development forum | October 19, 2003, 4:24 AM |
Kp | 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. | October 19, 2003, 5:09 AM |
UserLoser | I thought bcpx's can only be used on BC | October 19, 2003, 5:10 AM |
Kp | BCP and BCPX are both usable anywhere, afaik. Assuming, of course, that the application using it meets the requirements of the BCP/BCPX. | October 19, 2003, 5:36 AM |
iago | 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. | October 19, 2003, 11:57 AM |
Spht | [quote author=Kp link=board=17;threadid=3142;start=0#msg24565 date=1066541761] BCP and BCPX are both usable anywhere, afaik. Assuming, of course, that the application using it meets the requirements of the BCP/BCPX. [/quote] Not in Visual Basic though, with the only current resource we have: BinaryChat Emulation Layer, which does not yet support BCPX. | October 19, 2003, 3:48 PM |
Kp | [quote author=Spht link=board=17;threadid=3142;start=0#msg24598 date=1066578496] [quote author=Kp link=board=17;threadid=3142;start=0#msg24565 date=1066541761] BCP and BCPX are both usable anywhere, afaik. Assuming, of course, that the application using it meets the requirements of the BCP/BCPX. [/quote]Not in Visual Basic though, with the only current resource we have: BinaryChat Emulation Layer, which does not yet support BCPX.[/quote]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. | October 19, 2003, 4:08 PM |
UserLoser | [quote author=Kp link=board=17;threadid=3142;start=0#msg24600 date=1066579715] [quote author=Spht link=board=17;threadid=3142;start=0#msg24598 date=1066578496] [quote author=Kp link=board=17;threadid=3142;start=0#msg24565 date=1066541761] BCP and BCPX are both usable anywhere, afaik. Assuming, of course, that the application using it meets the requirements of the BCP/BCPX. [/quote]Not in Visual Basic though, with the only current resource we have: BinaryChat Emulation Layer, which does not yet support BCPX.[/quote]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] It'd be great if someone updated it :) | October 19, 2003, 4:28 PM |
Kp | [quote author=UserLoser link=board=17;threadid=3142;start=0#msg24603 date=1066580912] [quote author=Kp link=board=17;threadid=3142;start=0#msg24600 date=1066579715]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]It'd be great if someone updated it :)[/quote]Why? Just stop using a language that can't properly call BCPs natively... | October 19, 2003, 8:27 PM |
UserLoser | [quote author=Kp link=board=17;threadid=3142;start=0#msg24627 date=1066595220] [quote author=UserLoser link=board=17;threadid=3142;start=0#msg24603 date=1066580912] [quote author=Kp link=board=17;threadid=3142;start=0#msg24600 date=1066579715]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]It'd be great if someone updated it :)[/quote]Why? Just stop using a language that can't properly call BCPs natively... [/quote] Some people don't know C++ as well as others | October 19, 2003, 10:03 PM |
Hitmen | [quote author=UserLoser link=board=17;threadid=3142;start=0#msg24634 date=1066601019] [quote author=Kp link=board=17;threadid=3142;start=0#msg24627 date=1066595220] [quote author=UserLoser link=board=17;threadid=3142;start=0#msg24603 date=1066580912] [quote author=Kp link=board=17;threadid=3142;start=0#msg24600 date=1066579715]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]It'd be great if someone updated it :)[/quote]Why? Just stop using a language that can't properly call BCPs natively... [/quote] Some people don't know C++ as well as others [/quote] Some people could try and learn. | October 19, 2003, 10:24 PM |
Arta | You don't have to use C++. You have to not use VB. APBot2 (Written in Delphi) supported BCP up to revision 4. | October 19, 2003, 10:28 PM |
Adron | And then? | October 20, 2003, 10:54 AM |
Arta | [quote author=Adron link=board=17;threadid=3142;start=0#msg24721 date=1066647251] And then? [/quote] Youwhatnow? | October 21, 2003, 2:10 AM |
Adron | [quote author=Arta[vL] link=board=17;threadid=3142;start=0#msg24646 date=1066602523] APBot2 (Written in Delphi) supported BCP up to revision 4. [/quote] [quote author=Arta[vL] link=board=17;threadid=3142;start=0#msg24828 date=1066702232] [quote author=Adron link=board=17;threadid=3142;start=0#msg24721 date=1066647251] And then? [/quote] Youwhatnow? [/quote] What happened after revision 4? | October 21, 2003, 8:53 AM |
Myndfyr | 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. | October 24, 2003, 12:22 AM |
UserLoser | [quote author=Myndfyre link=board=17;threadid=3142;start=15#msg25281 date=1066954928] 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] BinaryChat Plugin. See here for some info on it. | October 24, 2003, 12:25 AM |