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

by demond
Thu Dec 07, 2006 1:16 am
Forum: Script Requests
Topic: Spam TCL
Replies: 3
Views: 3143

it's socket bot, not bot socket; and it runs not when it wants but when its timer says so - which is every 10 minutes; it is completely independent from the eggdrop bot and can be online scanning even if the eggdrop bot itself is not connected to irc of course it bans spammers on main bot's channel...
by demond
Wed Dec 06, 2006 3:57 pm
Forum: Script Requests
Topic: Spam TCL
Replies: 3
Views: 3143

how come it doesn't work as you want?

it does everything that you said you need
by demond
Mon Dec 04, 2006 12:01 am
Forum: Script Support & Releases
Topic: Remote console
Replies: 25
Views: 56734

I'm about to make some final additions to this thing so now is a good time for final requests, I'll consider any
by demond
Sun Dec 03, 2006 11:57 pm
Forum: Script Support & Releases
Topic: suggest (xchannel / AllProtection)
Replies: 11
Views: 8834

e-force, this is not script issue

make sure your text editor saves cyrillic in the same character encoding your users use on irc and you shouldn't be having that problem
by demond
Sun Dec 03, 2006 10:57 pm
Forum: Eggdrop Help
Topic: K-Lined
Replies: 1
Views: 2563

possibly ident problem
by demond
Sun Dec 03, 2006 10:52 pm
Forum: Eggdrop Help
Topic: revenge mode still remember me ?
Replies: 10
Views: 6670

rosc2112 wrote:Why would Q know anything about your eggdrop settings?
because it's Q, i.e. omnipotent & omniknowledgeable :)
by demond
Fri Dec 01, 2006 3:37 am
Forum: Scripting Help
Topic: [Solved] Limit result
Replies: 3
Views: 3277

take a look at the format command

the output spec you need is %.3f
by demond
Fri Dec 01, 2006 3:30 am
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 253389

no, but you can easily code that yourself, by adding a counter variable inside the [foreach] loop in proc [news]
by demond
Sat Nov 25, 2006 4:41 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 216332

honeybee, what you apparently don't understand is that $chan is a Tcl variable which - in that particular context it's being used - can contain not only a channel name but also nickname - i.e. a channel name OR nickname - so there is nothing wrong with [isbotnick $chan] and it's necessary
by demond
Fri Nov 24, 2006 5:10 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 216332

obviously you aren't very familiar with regular expressions; I'd suggest you go here and learn more before trying to modify any RE
by demond
Wed Nov 22, 2006 1:27 pm
Forum: Script Requests
Topic: a protect "flag" script
Replies: 4
Views: 2953

it is technically impossible
by demond
Wed Nov 22, 2006 6:30 am
Forum: Script Requests
Topic: a protect "flag" script
Replies: 4
Views: 2953

can't be done
by demond
Sun Nov 19, 2006 10:05 pm
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 216332

no, you are confused; learn and use either regexps, or Tcl [string] matching - whichever suits you better - but don't mix them up in the same expression
by demond
Sat Nov 18, 2006 10:06 pm
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 216332

use *word1\040word2\040word3* or set x:other:match to regexp and use word1\s+word2\s+word3
by demond
Sat Nov 18, 2006 2:25 pm
Forum: Other Topics
Topic: [Patches] eggdrop1.6.18 +HANDLEN_31 & +MODES_PER_LINE_MA
Replies: 2
Views: 2586

Re: [Patches] eggdrop1.6.18 +HANDLEN_31 & +MODES_PER_LIN

I've made 2 patches to make it easyer for people that want eggdrop to handle nicknames that are bigger than 9 chars. And also a patch that changes the modes per line to a max of 20 as most recent IRCds can go up to 20. I'd bet most recent ircds' modes-per-line is way below 20, more precisely 6 (and...