Thats beacuse the msn.pm your using only acepots new contacts when it signs on, or somthing similar to that i think _________________ "Help us, Help you" - BotDepot
If you know how the MSN.pm works, it is possible to make it work properly :rolleyes: _________________ ~ Josh
[ Need bot hosting on a dedicated server? PM me. ]
If you know how the MSN.pm works, it is possible to make it work properly :rolleyes:
I think the MSN.pm 2.0 should accept contacts automatically. If you're still using the 1.X version, try getting a slightly higher version, or (since there were so many different modules with the SAME version) try switching to another module. _________________ Current Site (2008) http://www.cuvou.com/
wow thank sfor your help guys... I changed form MSN.pm 1.x ( i think it was 1.3) to MSN.pm 2.0, the latest revision. Now my bot connects, but I dont get it do anything. Echobot works, but when I run Morphius it just says:
Code:
SERVER ERROR : Empty event received from server
I looked in the code and tried to move some things around but no luck... what should i do now?
In MSN2.0, some function names were changed. You should read notes.txt in the docs directory that comes with MSN2.0. It tells you exactly what changes to make. Most changes were to make things more consistent.
GOt it... I'm glad i had to go in there and modify stuff... i learned a few things about MSN.pm while at it. If someone else was having the same problem as me, it was something really dumb, but basically set_handler has changed to setHandler. Read notes.txt like Mojave advices.