i bought a shell and upload eggdrop 1.6.18 with cute FTP and unzip successfully. then i went for configuration. ./configure it said permission denied. make configure it said permission denied. then i install a eggdrop v1.6.15, on FreeBSD 6.2-RELEASE-p9. which was offered my shell hosting service it...
Is it possible to send commands to the services like operserv that appear to come from the bot? I am trying to get my bot to become an IRCop. yep, see this thread . I don't really understand what you mean by making your bot connect to IRC as a bot and not as a client. You mean you don't have a shel...
it was said like three times that you have to alter the script to suit your needs, I have no idea how or to whom your bot is supposed to ask for oper status on your network without more information. To make the bot oper-up, identify to nickserv, and then finally set itself mode +H, you just need to ...
# This is a Tcl script to be run immediately after connecting to a server. bind evnt - init-server evnt:init_server proc evnt:init_server {type} { global botnick putquick "PRIVMSG NickServ :identify <password>" putquick "MODE $botnick +i-ws" } this is found in your conf file, al...
you gotta use the backslash to escape before using special characters like those, otherwise they will be misinterpreted by tcl, so instead of "ÿÿÿ", do "\ÿ\ÿ\ÿ"
While I don't recommend this approach to getting a bot made, I have a good friend who has ADD, so I am sympathetic to your request, and have emailed you a list of questions. Please answer them and reply to me personally via email. I wouldn't dream of asking a dime to help with an eggdrop, so drop of...
Hello friends.. I have this TCL script called Commands.TCL perhaps you might know this.. OK The thing is... this dude reports with NOTICE, or PRIVATE MESAGGE and I want to reports on channel.. i switched this code puthelp "NOTICE $nick for this code puthelp "MSG $chan but it doesn't work ...
initiate a dcc chat session with the bot instead of using CTCP? This usually happens when the bot gets confused about how you are connecting, via DCC or telnet