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
Mon Jun 12, 2006 2:33 am
Forum: Eggdrop Help
Topic: phone
Replies: 2
Views: 3014

.info phone 555-1234
by demond
Mon Jun 12, 2006 2:28 am
Forum: Script Requests
Topic: join EVERY channel
Replies: 4
Views: 3806

that would constitute a rampant privacy violation and should not be implemented, not in a script, not in anything
by demond
Mon Jun 12, 2006 2:19 am
Forum: Scripting Help
Topic: Anything better than getchanjoin? [SOLVED]
Replies: 8
Views: 9595

What I mean to say, when a bot joins a channel, people already in the channel before the bot came in, would have unknown getchanjoin time or 0? kind of weird. I don't think there is a way to get the getchanjoin time for users who were already present before the bot joined the channel! it's 0, and y...
by demond
Sun Jun 11, 2006 10:24 pm
Forum: Scripting Help
Topic: PM?
Replies: 10
Views: 16095

a wonderful example of using eggdrop's hardcoded argument names
by demond
Sun Jun 11, 2006 10:12 pm
Forum: Scripting Help
Topic: Anything better than getchanjoin? [SOLVED]
Replies: 8
Views: 9595

manually savnig 'clock clicks -milliseconds' timestamps seem to be the only solution. Addionaly you would have to be aware of getchanjoin possibly being zero (meaning a '$chanjoin - $now < 2' would be true ^-^). Alternately you could try to modify the eggdrops source to save a high resolution timer...
by demond
Sun Jun 11, 2006 9:47 pm
Forum: Script Requests
Topic: Bindable commands?
Replies: 8
Views: 6111

"advanced"?

no, this is very primitive coding

I suspect that by "binding" you mean something quite different from eggdrop's command binding; perhaps if you elaborate on what you want to accomplish, someone will be willing to help
by demond
Fri Jun 09, 2006 10:30 pm
Forum: Scripting Help
Topic: How can I check how long it takes to execute a proc?
Replies: 3
Views: 5348

by demond
Thu Jun 08, 2006 2:22 am
Forum: Modules & Programming
Topic: Discussion about an enhanced network module
Replies: 9
Views: 16048

well, actually I was not planing on adding a new dns module... but in a threaded prozess you can lookup the host via gethostbyname, which is basicly the same what eggdrop does (and probably also the dns module does). I havent thought on IPv6 support, but it shouldnt be that hard to implement ^-^. U...
by demond
Thu Jun 08, 2006 2:10 am
Forum: Script Requests
Topic: Uptime
Replies: 3
Views: 3340

use rconsole

it shows the uptime of each host on your botnet (and allows you to control it remotely without having to log into each bot, too)
by demond
Wed Jun 07, 2006 12:09 pm
Forum: Scripting Help
Topic: Insert Line After Regular Interval
Replies: 1
Views: 2975

1. read the file into list in memory
2. manipulate the list using [linsert] or [lreplace]
3. write the list back to disk file
by demond
Wed Jun 07, 2006 2:42 am
Forum: Modules & Programming
Topic: Discussion about an enhanced network module
Replies: 9
Views: 16048

I hate to disappoint you, given your enthusiasm, but most (if not all) of the stuff you want to implement is kind of pointless to eggdrop if you want to know why the connection was dropped and/or wish to bind to particular IP/port, get familiar with [socket] and use it instead of [connect] while the...
by demond
Mon Jun 05, 2006 11:59 pm
Forum: Scripting Help
Topic: Writing something with a delay
Replies: 2
Views: 3565

the utimer script executes outside the proc context, therefore $chan is not available for evaluation at execution time

the usual solution to this problem is to force evaluation of $chan inside the proc:

Code: Select all

utimer 15 [list putserv "privmsg $chan :test"]
by demond
Mon Jun 05, 2006 4:30 am
Forum: Modules & Programming
Topic: Eggdrop doesn't recognize a . in it's nickname
Replies: 4
Views: 10575

seems like not only the nick is messed up but the whole n!u@h is not IRC-compliant; my guess is eggdrop's n!u@h string splitting routines fail to produce correct results given the weird input format
by demond
Sun Jun 04, 2006 4:30 am
Forum: Eggdrop Help
Topic: windrop/eggdrop tdom
Replies: 12
Views: 11555

start over, first type ./configure --help to see what install options are available; hint: use --prefix=$HOME to install this thing in your home directory
by demond
Sun Jun 04, 2006 2:13 am
Forum: Eggdrop Help
Topic: Stop Eggdrop from being kicked [SOLVED]
Replies: 5
Views: 4684

use a quality channel protection script (such as xchannel which can, among many other things, punish quote requesters for repeating)

also, have other ops (scripts or bots) add your bot to their userlists as friend