in the script and it just started doing that.. i checked everything to make sure it was all ok, and it looks ok to me.. and in eggdrop.conf, i did the source script correctly.. so i dont know what in the world is going on.
Im gonna show the code here
set ip "~~CENSORD~~"
set port "~CENSORD~"
set chan "#~~CENSORD,#~CENSORD~"
proc Server {channel clientaddr clientport} {
global ip port chan
if {$clientaddr == $ip} {
gets $channel rcv
putserv "PRIVMSG $chan :$rcv"
}
close $channel
socket -server Server $port
}
socket -server Server $port
I have the php on the site.... but i doubt if the php is making the bot not connect
Last edited by romeo5k on Wed Apr 04, 2007 11:16 pm, edited 1 time in total.
Thats weird.. its my bot... i have added other users like maybe 3 additional users.. i gave them the +m flag if im not mistaken. And i think it gives them master... Tommorro morning. ill start the bot without the announcer and remove them all, then ill see if i can start it then. But that means.. i have to find a flag that will let them rehash and restart the bot without the bot thinking im not the owner. ..
Ill let u know updates tomorro.