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

by Quinie
Thu Nov 10, 2005 3:57 am
Forum: Modules & Programming
Topic: UPTIME module
Replies: 4
Views: 11568

On what UDP port does eggdrop send his packets.
Couse mine isn't working also i i think it's a firewall prob.
by Quinie
Wed Jul 27, 2005 7:26 am
Forum: Archive
Topic: Question about using SQL/Web...
Replies: 6
Views: 3235

BTW if your any good at PHP maybe we can work together. The TCL part is almost done. But i still need to do alot of php. My script isn't tested other then the channel i'm on. But if you like to i think we can work something out the tcl scripts i made store in the mysql database: Greets, Quotes, Urls...
by Quinie
Wed Jul 27, 2005 6:13 am
Forum: Archive
Topic: Question about using SQL/Web...
Replies: 6
Views: 3235

Re: Question about using SQL/Web...

was thinking of using a script to write the names from the chatroom to an SQL database, and then using php to post the contents of the databse on my site... Does ANYONE know how I can do this? Working on it but i think it can take a while before my script is completely done http://84.107.6.213/Legn...
by Quinie
Fri Jul 08, 2005 9:22 am
Forum: Archive
Topic: Make the preform on join of channel
Replies: 5
Views: 2207

Yeah your right...

it just isn't my week..

i lost about 8 websites (mysql crash) and everything looks likes it's running and i stand still.. just have to get my mind back in order. Sorry for bothering you guys with these silly questions and thx again.
by Quinie
Thu Jul 07, 2005 9:25 am
Forum: Archive
Topic: Make the preform on join of channel
Replies: 5
Views: 2207

[censored] is it really that simple just a join bind
and then check if it is the bot himself that joined..

i thought this would never work couse it is the bot that joins and needs to run the script..

(now i feel realy stupid) :oops:
by Quinie
Thu Jul 07, 2005 5:35 am
Forum: Archive
Topic: Make the preform on join of channel
Replies: 5
Views: 2207

Make the preform on join of channel

If feel realy stupid for asking but can't seem to find it.
How do i run a script when the bot enters the channel ?
by Quinie
Thu Feb 24, 2005 10:31 am
Forum: Archive
Topic: Using a command doesn't reset idle
Replies: 14
Views: 5064

Thx for the link and the help. Going to implement the workaround and will do some testing on other bots on same server etc. Maybe after that i'll send it in as a bug.
by Quinie
Thu Feb 24, 2005 9:28 am
Forum: Archive
Topic: Using a command doesn't reset idle
Replies: 14
Views: 5064

Well that was my idea to just to check if the user whom gave it is the same as whom your going to pass to. But like you said this "Glitch" you have seen before. I thought I should post it here as a bug, or maybe I'm doing something wrong here, or this is just a normal reaction. The workaro...
by Quinie
Thu Feb 24, 2005 8:59 am
Forum: Archive
Topic: Using a command doesn't reset idle
Replies: 14
Views: 5064

It's like the chat above [8:00pm] [ @Quinie] timebomb noname Here i give the bomb to a user on the channel this user isn't idle Before typing the command i have been idle. I think using the command resets my idle time with the bot [8:00pm] [a] legna: stuffs the bomb into noname's pants. The display ...
by Quinie
Thu Feb 24, 2005 8:44 am
Forum: Archive
Topic: Using a command doesn't reset idle
Replies: 14
Views: 5064

sorry for posting in the wrong forum i use global vars to store the users. These vars are call on the first line of the function global db gTimebombTarget botnick bombispassed gTimebombActive gTimebombGavebomb changeofdrop bombstatsstable gAtoombombActive target was a existing var. I just added gave...
by Quinie
Wed Feb 23, 2005 3:02 pm
Forum: Archive
Topic: Using a command doesn't reset idle
Replies: 14
Views: 5064

well the problem isn't the function I think. The problem is with starting the timebomb [8:00pm] [ @Quinie] timebomb noname [8:00pm] [a] legna: stuffs the bomb into noname's pants. The display reads [47] seconds. [a] [8:00pm] [@legna] Diffuse the bomb by cutting the correct wire. There is one wire. I...
by Quinie
Wed Feb 23, 2005 1:03 pm
Forum: Archive
Topic: Using a command doesn't reset idle
Replies: 14
Views: 5064

No funnyscripts. Only my own. i'm running eggdrop v1.6.17. The code above is for a rebuild of the timebomb.tcl. I'm letting people pass the bomb but they can't give it to someone who's idle if {[getchanidle $theNick $chan] > 1} { IRCPrivMSG $chan "You can only give the bomb to someone who isn't...
by Quinie
Wed Feb 23, 2005 10:53 am
Forum: Archive
Topic: Using a command doesn't reset idle
Replies: 14
Views: 5064

Using a command doesn't reset idle

I have a script that checks the idle time. When a user uses a command like .quote or something this doesn't resets his idle time.

function goes like this
if {[getchanidle $theNick $chan] > 1} {
}

is this normal ? or is this a bug. is there a way around this ?
by Quinie
Wed Feb 23, 2005 10:38 am
Forum: Archive
Topic: trivia sql
Replies: 8
Views: 4753

Still working on it, most work is done. Basis functions are working.
Send me a email Quinie at Quinie .nl
and i will keep you posted. (i forget topics) :P

Kimmie has seen it work in test i now i'm configing it to his needs
by Quinie
Wed Jul 21, 2004 12:02 pm
Forum: Archive
Topic: Transfer variable between proc's
Replies: 11
Views: 3153

Thx.. working great...
you just made my day :D