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

by blinky
Mon May 01, 2006 5:32 am
Forum: Scripting Help
Topic: makecell / spacing output
Replies: 3
Views: 5178

haha i feel so stupid. i found it. proc makecell {text width align} { set text [noentities $text] set length [string length [noirc $text]] if {$length >= $width} { set padding $width set text [string range $text 0 [incr padding -2]] set length [incr padding 1] } if {$align == "left"} { set...
by blinky
Sun Apr 30, 2006 11:35 pm
Forum: Scripting Help
Topic: makecell / spacing output
Replies: 3
Views: 5178

makecell / spacing output

im very new to tcl and i was wondering what this i see in a script i have. putquick "PRIVMSG $chan : \002[makecell "Found $total_results in [string trim $query_time]" 25 left][makecell "\".db help\" for info http://edited.com" 61 right] " it seems like its som...
by blinky
Sun Apr 30, 2006 11:05 pm
Forum: Eggdrop Help
Topic: Weird looking chars in dcc
Replies: 3
Views: 3985

cool it worked
.fixcodes made it work with bold and .chattr your_handle -h made the bold off. i kept bold on. thanks again :)
by blinky
Sun Apr 30, 2006 8:20 pm
Forum: Eggdrop Help
Topic: Weird looking chars in dcc
Replies: 3
Views: 3985

Weird looking chars in dcc

well its hard to explain so i took a screenshot. http://img197.imageshack.us/img197/7381/chars3hb.jpg the .help file looks like this %{help=all}%{-} ### %bcore%b commands For all users: %bwho away quit whom%b %bme page match motd%b %bbots newpass chat handle%b %bwhoami echo strip su%b %btrace fixcod...
by blinky
Sun Apr 30, 2006 3:58 am
Forum: Eggdrop Help
Topic: A bot's flood protection
Replies: 7
Views: 6307

thanks a lot dragnlord. i found a patch on google but page 2 :[. it worked though. i post it here if anyone wants to use it. --- eggdrop-1.6.15/src/mod/server.mod/server.c.old 2004-01-01 22:33:47.112948000 -0500 +++ eggdrop-1.6.15/src/mod/server.mod/server.c 2004-01-01 22:33:57.329394864 -0500 @@ -1...
by blinky
Wed Apr 26, 2006 7:46 pm
Forum: Eggdrop Help
Topic: A bot's flood protection
Replies: 7
Views: 6307

editing the source shouldnt be a problem. can you hint me some places where it is discussed or what to search. every time i search bot flood or whatever i get the channel flood protections. also i cant find -next, what is that?
by blinky
Wed Apr 26, 2006 7:13 pm
Forum: Eggdrop Help
Topic: A bot's flood protection
Replies: 7
Views: 6307

i have everything on putquick but it still had a 2 second delay on every line after the first 3
by blinky
Wed Apr 26, 2006 7:08 pm
Forum: Eggdrop Help
Topic: A bot's flood protection
Replies: 7
Views: 6307

A bot's flood protection

Is there a way to allow the bot to send messages as fast as possible. I have the bot on my network on it's own server that has it's sendq disabled so it won't flood out if it tries to send messages to fast and i want to to be able to notice very fast. Thanks. i hope you understand what im trying to ...