I am interested in creating a simple irc bot and running it from a shell account.
However the shell blocks irc access from the default ip (which is understandable.)
Eggdrop. bitchx, etc however can still connect to irc using vhost ip's.
Im not really sure how the vhost thing works, but i dont see why i cant code my bot to do the same?
Does anyone know how it works, and where example code can be found? or if its not possible to do.
Also if you know of any simple irc bots like this?
Thanks in advance.
PS. I know that i could get around the shell firewall using an ip/port forward service, but i am reluctant to do so as it will violate the shell terms of use.
I doubt you can create your own, it requires alot of skill, devotion and time.
If you have cable or a 24/7 connection, you can run it locally on your machine too, using your assigned ip as the vhost on a 'Windrop' that is. (Windrop = Eggdrop modified to run on windows)
Also 'Energymech' is a more simpler irc bot than an eggdrop.
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Alchera wrote:This is an eggdrop forum. We deal only with eggdrop. Seems you're in the wrong hole.
The description for this forum is "Discussion of shell accounts and help with shell usage."
Having read through a number of threads not ALL posts related to eggdrop. (even thought mine is, as im asking how a certain feature works.)
So no im not in any hole thank you.
dan0r wrote:Im not really sure how the vhost thing works, but i dont see why i cant code my bot to do the same?
Does anyone know how it works, and where example code can be found? or if its not possible to do.
The tcp layer in your os takes care of that (using a non-default network interface)...telling us what language you're planning to code it in might help (in tcl it would be 'socket -myaddr vhost.tld remote.tld 6667')