This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 15 matches

by Crack02
Sat Jul 09, 2005 4:11 am
Forum: Archive
Topic: bot auto op wont work
Replies: 25
Views: 10089

hehe, sh*t happens, who cares :P hm got an idea. the bot has an o line. so if someone chance his name to the bots normal name and the bot cant select this namen, the bot can kill this user and reget his correct name. im not sure about a script for this already exist, but i think no, because (maybe) ...
by Crack02
Fri Jul 08, 2005 4:53 pm
Forum: Archive
Topic: bot auto op wont work
Replies: 25
Views: 10089

i tried lots of combinations but either i get an error or it does nothing. i removed everything's useless and now it works bind join - "*" botjoin proc botjoin {nick uhost hand chan} { putserv "opmode $chan +o BotsName" } not as functionally as the original script/s but it works,...
by Crack02
Fri Jul 08, 2005 4:21 pm
Forum: Archive
Topic: bot auto op wont work
Replies: 25
Views: 10089

improbably, because irc operators doesnt have any throttleds as far as i know.

how do i define a utimer?

found something in the logfiles

Code: Select all

[22:10] Tcl error [botjoin]: can't read "botnick": no such variable
by Crack02
Fri Jul 08, 2005 4:07 pm
Forum: Archive
Topic: bot auto op wont work
Replies: 25
Views: 10089

ok ill try ok i added source scripts/opper.tcl to my eggdrop.conf and wrote into scripts/opper.tcl bind join - "*" botjoin proc botjoin {nick uhost hand chan} { if { $nick == $::botnick } { putserv "opmode $chan +o botnick" } } so the eggdrop starts but doesn't help itself top op...
by Crack02
Fri Jul 08, 2005 4:02 pm
Forum: Archive
Topic: bot auto op wont work
Replies: 25
Views: 10089

heh do you realize that 2 different people are talking to you, with 2 different solutions? are you able to differentiate between the two? heh I thought that whilst I was writing my last post. I wonder if he/she was doing something odd and merging the two scripts together. lmao ;) omg ;) he didnt me...
by Crack02
Fri Jul 08, 2005 3:59 pm
Forum: Archive
Topic: bot auto op wont work
Replies: 25
Views: 10089

im trying all options :D [22:00] Tcl error in file 'eggdrop.conf': [22:00] bad type, should be one of: act, away, bcst, bot, chat, chjn, chof, chon, chpt, ctcp, ctcr, dcc, disc, evnt, filt, flud, link, load, msg, msgm, nkch, notc, note, raw, time, unld, wall while executing "bind join - "*...
by Crack02
Fri Jul 08, 2005 3:55 pm
Forum: Archive
Topic: bot auto op wont work
Replies: 25
Views: 10089

[21:54] Tcl error in file 'eggdrop.conf': [21:54] bad type, should be one of: act, away, bcst, bot, chat, chjn, chof, chon, chpt, ctcp, ctcr, dcc, disc, evnt, filt, flud, link, load, msg, msgm, nkch, notc, note, raw, time, unld, wall while executing "bind join - "*" botjoin" (fi...
by Crack02
Fri Jul 08, 2005 3:49 pm
Forum: Archive
Topic: bot auto op wont work
Replies: 25
Views: 10089

thats what i did and look two postings above
by Crack02
Fri Jul 08, 2005 3:11 pm
Forum: Archive
Topic: bot auto op wont work
Replies: 25
Views: 10089

on which place should i paste this code. i placed it to test belove the proc evnt part and get [21:10] Tcl error in file 'eggdrop.conf': [21:10] bad type, should be one of: act, away, bcst, bot, chat, chjn, chof, chon, chpt, ctcp, ctcr, dcc, disc, evnt, filt, flud, link, load, msg, msgm, nkch, notc,...
by Crack02
Fri Jul 08, 2005 3:03 pm
Forum: Archive
Topic: bot auto op wont work
Replies: 25
Views: 10089

did i say that i know my code? :mrgreen: :mrgreen:


so where should i paste bind evnt - init-server evnt:init_server in my code
by Crack02
Fri Jul 08, 2005 2:57 pm
Forum: Archive
Topic: bot auto op wont work
Replies: 25
Views: 10089

maybe, but init:server events will send immediatly after connection to server? because getting op in a channel, which the bot joins afater the command is useless
by Crack02
Fri Jul 08, 2005 2:45 pm
Forum: Archive
Topic: bot auto op wont work
Replies: 25
Views: 10089

bot auto op wont work

The eggdrop joins the channel but does not help itself for operator status. channel add #channelname { chanmode "+nCct-ikm" need-op { putserv "opmode #channelname +o BotsName" } idle-kick 0 stopnethack-mode 0 revenge-mode 0 ban-time 30 exempt-time 60 invite-time 60 aop-delay 5:30...
by Crack02
Fri Jul 01, 2005 11:09 am
Forum: Archive
Topic: encryption module error
Replies: 4
Views: 2170

heyya. it works. thx
by Crack02
Thu Jun 30, 2005 10:43 am
Forum: Archive
Topic: encryption module error
Replies: 4
Views: 2170

at the main install i also didn't use make modules. i just used it to check the modules
by Crack02
Wed Jun 29, 2005 2:41 pm
Forum: Archive
Topic: encryption module error
Replies: 4
Views: 2170

encryption module error

i get an error while starting my eggdrop Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads [20:35] --- Loading eggdrop v1.6.17 (Wed Jun 29 2005) [20:35] Listening at telnet port 3343 (all). [20:35] Module loaded: dns [20:35] Module loaded: channels [20:35] Module loaded: server [20:35] Module...