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

by De Kus
Sun Jan 30, 2005 3:55 pm
Forum: Archive
Topic: Match Finder Script
Replies: 4
Views: 1901

"can" has a varios set of meanings, I'm sure many could help you... but the script you have requested will be more than just 10 lines of code so... maybe you should give it a try yourself. you will need a pubm bind, look for general and eggdrop specific tcl help to learn about tables so yo...
by De Kus
Sun Jan 30, 2005 10:08 am
Forum: Archive
Topic: DCC Chat outgoing port - not possible to specify ?
Replies: 4
Views: 2086

If you want to change the outgoing port, you must make the bot to connect to one that is reserved. in exp., if the bot may make a conntion to 21000-21020 then set your mIRC dcc port ranges to these values, so you client will give your bot a port from this range when doing a /dcc chat :). As DooM sai...
by De Kus
Sun Jan 30, 2005 9:58 am
Forum: Archive
Topic: need timer script
Replies: 4
Views: 2021

cannot understand the meaning of the sentence, either...
But probably he will somehow delay joining of channels on a certain schedule?!

Edit: spelling correction :P
by De Kus
Sun Jan 30, 2005 9:43 am
Forum: Archive
Topic: 2 channels problem check user status
Replies: 27
Views: 8895

do you have any script with a RAW bind to 352 or 353 that might be active at the first channel initiation? server response part of /join [13:04] [@] irc.ffm.de.euirc.net 353 eggi_ReConnecting = #rns :eggi_ReConnecting ... @De_Kus ... server response part of /who [13:04] [@] irc.ffm.de.euirc.net 352 ...
by De Kus
Sat Jan 29, 2005 4:00 pm
Forum: Archive
Topic: blank spaces in DCC CHAT
Replies: 6
Views: 2598

I believe he uses "set output " \002 \002 text" :) this will magically not strip the spaces... at least in mIRC.
by De Kus
Fri Jan 28, 2005 11:23 am
Forum: Archive
Topic: About scrabble game
Replies: 10
Views: 4625

Hmm, you maybe suggested to try running it as C modul, but im sure it will still take over 10sek consuming about the same CPU usage. Complex string operations in this amount always consume much CPU power. I dont exactly understand the search, since I don't know if $letters contains randomly ordered ...
by De Kus
Fri Jan 28, 2005 11:14 am
Forum: Archive
Topic: imdb script help
Replies: 2
Views: 1668

looks like the URL hasn't correctly been taken from a table and the {} around has been left over. If it comes worst trim it with the string command.
strange, I have heared just yesterday someone having the same problem with lindex... new TCL error?
by De Kus
Fri Jan 28, 2005 11:11 am
Forum: Archive
Topic: A problem with a channel named #x²
Replies: 10
Views: 3484

This particular script doesn't create seperate data files for each channel it stores the joins all in one file as it does for kicks but it copies the originals to a temp file, deletes the original, alters the data as needed and then moves it all back to a permanent file and this is where the channe...
by De Kus
Fri Jan 28, 2005 10:14 am
Forum: Archive
Topic: 2 channels problem check user status
Replies: 27
Views: 8895

ahh, I just see, this is no eggdrop problem, this is an IRCd problem, which seems so simply be worked around in other clients. You may see the bots intern channel list via the partyline command .channeö #channel. but really strange. maybe you check the raw log when your bot enter the channel and che...
by De Kus
Thu Jan 27, 2005 11:18 am
Forum: Archive
Topic: script to send msg to user as soon as they join channel
Replies: 12
Views: 4104

better idea might be to send an URL and write the complete 12 line text there :).
by De Kus
Thu Jan 27, 2005 6:35 am
Forum: Archive
Topic: A problem with a channel named #x²
Replies: 10
Views: 3484

if you intent to use channames as filenames next time, you should phrase the channel name with something like: set chanfile [string trim $chan "\\/:*?\"<>|"] you can expand the list as neccessary to erase all trouble making characters :). These file name will still be unique as long a...
by De Kus
Thu Jan 27, 2005 5:35 am
Forum: Archive
Topic: 2 channels problem check user status
Replies: 27
Views: 8895

if the bot has recently joint, he might have (or better: it WILL have) problems seeing halfops as ops, but real ops should be recognized correctly. This is a eggdrop intern problem, fix: let him see the MODE command for the users getting halfop ^^. This bug is still present in 1.6.18 CVS. PS: hmm, I...
by De Kus
Thu Jan 27, 2005 5:25 am
Forum: Archive
Topic: Ping Timeout
Replies: 4
Views: 2915

If your quit messages for others is "max sendQ exceeded" then you are having bandwidth problems. This error is caused when the IRC server has to many waiting TCP replys "yeah I got it" open meaning your bot answers to slow the incoming packats from IRC. This is usually caused by ...
by De Kus
Thu Jan 27, 2005 5:14 am
Forum: Archive
Topic: .conf & Logs..
Replies: 8
Views: 3528

Q2 is easy to answer... eggdrop saves logs in Unix format, Notpad expects DOS format... so you ask the diffrence? easy to tell again, Unix is using \n to make a new line, and DOS/Windows uses \n\r (you see, 1 character more). You ask why? Dont ask me, ask Bill Gates, he's the [insert insult] invento...
by De Kus
Mon Jan 24, 2005 9:18 pm
Forum: Archive
Topic: DNS Lookup failed - please read post before deleting ;)
Replies: 23
Views: 13106

If you are using minires 1.x for Cygwin you might want to downgrade to 0.97-1 to resolve the issue (worked for me).
Source: https://sourceforge.net/forum/forum.php ... m_id=22305

PS: how am I supposed to run a Unix application without Cygwin under a win32 enviroment?