Mind showing us the code and what connection your on?
using the guard dog 5.0 connection with mirc 1.16 used 1.16 to run the msn in it but that dosnt work anymore and cant remeber how to change it to 1.17 and bot hasnt been running proply like its not decoding names whne someone joins like a unicode name joins the room and the bot will display the name all funny in the chat same with trivia and word frenzy and dialogs didnt do that with vincula but i cant use that anymore jams up the bot and the revenge code is
on *:kick:#:{
if ($knick == $me) && ($nick != $me) {
.sockwrite -tn msn.server. + $cid join #
.sockwrite -tn msn.server. + $cid mode $me +h %pass $+ $crlf $+ access # clear owner $cr access # add deny $nick
.sockwrite -tn msn.server. + $cid kick # $nick : $+ $crlf $+ prop # ownerkey GODZ_ $+ $chr($rand(33,255)) $+ $chr($rand(33,255)) $+ $chr($rand(33,255)) $+ $chr($rand(33,255)) $+ $chr($rand(33,255)) $+ $chr($rand(33,255)) $+ $chr($rand(33,255)) $+ $chr($rand(33,255)) $+ $chr($rand(33,255)) $+ $chr($rand(33,255)) $+ $chr($rand(33,255)) $+ $chr($rand(33,255)) $+ $chr($rand(33,255)) $+ $chr($rand(33,255)) $+ $chr($rand(33,255)) $+ $chr($rand(33,255)) $+ $chr($rand(33,255)) $+ $chr($rand(33,255)) $+ $chr($rand(33,255)) $+ $chr($rand(33,255)) $+ _PASS
.sockwrite -tn msn.server. + $cid access # add owner $$address($me,1)
}
}
TGK is right. GuarDDog has built-in revenge support. However, if you are set on making your own DogCollar doesn't use msn.server as one of the sockets. Instead of using msn.server use $sock(* $+ $cid). That will cover all socks which uses a connection id at the end.
thank you so much this should fix everything 



Edited Jun 24, 2006 4:10 AM by ratman