i only wish i could use this bot but i dont know programming :unsure:
You dont need to...you can run it and then learn from how it works and use you're experience to customize it....thats the whole point of templates...to help people get started...
sub sendNudge<br />{<br /> my $self = shift;<br /> my $nudge = "MIME-Version: 1.0\*lazy*\n".<br /> "Content-Type: text/x-msnmsgr-datacast\*lazy*\n".<br /> "\*lazy*\n".<br /> "ID: 1\*lazy*\n".<br /> "\*lazy*\n";<br /> $self->sendraw("MSG", "N ".length($nudge)."\*lazy*\n$nudge");<br />}
in msn.pm
But it doesn't work when i write !nudge Can you help me ?? :unsure:
What do you mean it doesn't work? Does your bot crash? Does it spit out any errors? Or does it just sit there and not send a nudge? We need info! _________________ Current Site (2008) http://www.cuvou.com/
As far as I know, Eric made it. Everything is in reply.pl (I think..can't look, at school), and you need to filter() it, and then find the reply(), using those subs. _________________ ~ Josh
[ Need bot hosting on a dedicated server? PM me. ]
All he pm files do not open for me, what do I do? [right][snapback]47282[/snapback][/right]
You don't need to open PM files. PM files aren't meant to be standalone executable code, they're meant to be included in other Perl codes (with the PL extension). _________________ Current Site (2008) http://www.cuvou.com/