eggheads.org wrote:"Why is my bot marked as untrustworthy?"
Your bot's uptime is based off the original uptime value you send -- for some reason people cheat and change this original value to make their bot look like it has a higher uptime than it really does. So to help prevent cheating if the first packet your bot sends has an uptime greater than 4 days it will be marked as untrustworthy. There is also a bug in the uptime module for Eggdrop v1.6.10 and below, where if you type ".restart" the module will be unloaded and reloaded -- and the uptime value changes because of this. This bug has been corrected in Eggdrop v1.6.11 and your bot should no longer be marked as untrustworthy if you ".restart".
Code: Select all
chuck:~# tcpdump -vvv -n -i eth2|grep 208.68.107.168
tcpdump: listening on eth2, link-type EN10MB (Ethernet), capture size 96 bytes
^@11:00:00.323766 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto UDP (17), length 90) XXXXXXXXX.32773 > 208.68.107.168.9969: UDP, length 62
chuck:~# telnet 208.68.107.168 9969
Trying 208.68.107.168...
telnet: Unable to connect to remote host: Connection refused