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 57 matches

by intel
Sun Apr 09, 2017 11:04 am
Forum: Scripting Help
Topic: Putnow / Putquick
Replies: 13
Views: 12280

sorry there is a bind statement

bind pub -|- !pre ms:pre
by intel
Sat Apr 08, 2017 9:40 pm
Forum: Scripting Help
Topic: Putnow / Putquick
Replies: 13
Views: 12280

proc ms:pre {nick uhost hand chan arg} { set chan [string tolower $chan] if {[channel get $chan search]} { global mysql_ db_ set handle [mysqlconnect -host $mysql_(host) -user $mysql_(user) -pass $mysql_(password) -db $mysql_(db)]; set before [clock clicks -milliseconds] set sea1 [string map [list ...
by intel
Mon Apr 03, 2017 4:22 pm
Forum: Scripting Help
Topic: Putnow / Putquick
Replies: 13
Views: 12280

simo,
Don't think so cause someone else who has a bot can do it with no issues on the same ircd
When I am in the partyline for the and do !pre if there is a problem shouldn't I see something there? I don't see any issue. It just doesnt respond
by intel
Mon Apr 03, 2017 12:52 pm
Forum: Scripting Help
Topic: Putnow / Putquick
Replies: 13
Views: 12280

that is the line....
by intel
Mon Apr 03, 2017 12:28 pm
Forum: Scripting Help
Topic: Putnow / Putquick
Replies: 13
Views: 12280

yup....I was editing it :D
by intel
Mon Apr 03, 2017 12:07 pm
Forum: Scripting Help
Topic: Putnow / Putquick
Replies: 13
Views: 12280

putquick "PRIVMSG $chan :\[\002\00314PRE\002\003 in \00310$type\003] - $rls ( [clock format $timestamp -format %m.%d.%Y] ) ( [clock format $timestamp -format %H:%M:%S] ) ( $size\00310MB\003 $files\00310F\003 $genre ) -- pred $ago ago" -next
by intel
Mon Apr 03, 2017 11:20 am
Forum: Scripting Help
Topic: Putnow / Putquick
Replies: 13
Views: 12280

Putnow / Putquick

I have a tcl script the announces releases when someone does !pre

I noticed my bot is delayed and I have putquick. I changed that to putnow and when someone does !pre the bot no longer responds. I am running eggdrop 1.8

Once I have it back to putquick it responds.

Any help is appreciated.
by intel
Wed Mar 29, 2017 4:37 pm
Forum: Eggdrop Help
Topic: botchk issue
Replies: 7
Views: 11870

botchk issue

I am running eggdrop 1.8 and when I do a ./autobotchk my.conf I get Eggdrop v1.8.1+alpha (C) 1997 Robey Pointer (C) 1999-2017 Eggheads Configure flags: none Compiled with: IPv6, TLS, handlen=32 [16:21:05] LANG: No lang files found for section core. while executing "exec "$dir/$binary"...
by intel
Tue Mar 28, 2017 6:54 pm
Forum: Shell & Bouncer Help
Topic: ZNC - mulitple networks
Replies: 2
Views: 13026

ZNC - mulitple networks

I have ZNC setup for LinkNet and Efnet. If I wanted to have my eggdrop only join Linket how would I do that? Right now when I start ZNC it seems to automatically connect to Linknet. If I want to go to efnet i have to jumpnetwork.
by intel
Thu May 02, 2013 9:03 am
Forum: Eggdrop Help
Topic: Bot keeps kicking on text flood
Replies: 4
Views: 6166

I have set the sitebot to +f. I did .chanset #chan flood-chan 0:0
but then no one would get kicked if flooding the channel. When I do .chattr sitebot +f I get attributes are now +aflo

If there is no other workaround I will just leave flood-chan 0:0 set.

Thanks for the info.
by intel
Mon Apr 29, 2013 9:22 pm
Forum: Eggdrop Help
Topic: Bot keeps kicking on text flood
Replies: 4
Views: 6166

Bot keeps kicking on text flood

I have in the eggdrop bot the user flags as aflo and put in the various hosts. It still kicks the sitebot. Is there something I need to add?
by intel
Mon Mar 01, 2010 10:00 am
Forum: Script Requests
Topic: Detect Ping Timeout and restart bot
Replies: 3
Views: 3556

I think it has something to do with the MYSQL on my PC. MY hard drive light comes on and stays on for about 3-5 minutes and the bots drops (sometimes).
I will look for the watchdog script.

Thanx.
by intel
Sun Feb 28, 2010 10:00 pm
Forum: Script Requests
Topic: Detect Ping Timeout and restart bot
Replies: 3
Views: 3556

Detect Ping Timeout and restart bot

I have an issue where my bots ping timeout (think its due somehow to MYSQL). When the bot drops it can take 5-15 minutes before it comes back. I have a cron job setup: * * * * * /home/intel/eggdrop/BOT.botchk >/dev/null 2>&1 but like I said it can take 5-15 min and that is just way to long. I ne...
by intel
Sat Oct 10, 2009 11:10 pm
Forum: Eggdrop Help
Topic: Ping Timeout
Replies: 1
Views: 3137

Ping Timeout

All of a sudden my bot will only stay online for a couple of hours then ping timeout. I have other eggdrop bots running from the same pc and they are fine and all are based on the same config. I looked in the eggdrop.log file and do not even see a ping timeout. I have a crontab job but that doesnt s...
by intel
Sun Jul 26, 2009 7:02 pm
Forum: Eggdrop Help
Topic: Same bot on Multiple Networks
Replies: 1
Views: 2335

Same bot on Multiple Networks

Is it possible to have the same eggdrop bot join multiple networks? If so what do I need to do in the eggdrop.conf fie.


TIA