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
Tue Oct 23, 2007 11:37 am
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 252578

that means the script can't connect to that feed's site, for whatever reason

you can try to connect manually from your shell (using telnet) and see if that's at all possible
by demond
Mon Oct 01, 2007 9:31 pm
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 252578

log on to your partyline and watch for error messages
by demond
Sat Sep 08, 2007 6:07 am
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 252578

hellooo wrote:Hm i dont need the http.tcl anymore, thx. Now the Script works, but he cant post the News correctly: "NASA gibt "Endeavour" grünes Licht für Rückkeh"

äüöu dont work...
read about utf-8 support in this thread and try to change your IRC client channel font
by demond
Tue Jun 19, 2007 11:35 am
Forum: Script Support & Releases
Topic: channel relay ircd.tcl
Replies: 1
Views: 3621

that's not simply a channel relay script; more precisely, it also relays nicks, i.e. it connects as server to your network (therefore only one bot is needed) and creates all (or only those defined by you) channels and nicks the relaying bot sees on the other network, then starts to relay public/priv...
by demond
Sun May 27, 2007 12:49 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 215797

the caps handler shouldn't trigger action against phrases consisting of less than 4 characters: if {$len > 3 && 100*$n/$len >= $pct} { punish $nick $uhost $hand $chan caps } so single :D won't be punished; 2 smilies won't be punished either, as $pct by default is 70% (and 2 capital D's accou...
by demond
Thu Apr 19, 2007 5:16 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 215797

no, that's not an existing feature

but you can easily implement it yourself by extending the spam detection regexp in proc handler:

Code: Select all

if {[regexp {(?i)(http://|www\.|irc\.|\s#\w|^#\w|\001DCC)} $text]} {
by demond
Sat Feb 24, 2007 11:03 pm
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 252578

no, only by the minute

besides, it woudn't make sense; not to mention that the connect process itself takes more than a second
by demond
Fri Feb 23, 2007 11:33 pm
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 252578

where did you put that $link? paste code
by demond
Wed Feb 14, 2007 10:56 pm
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 215797

did you read through entire header? I somehow doubt that if you did, you would've read the following: # DO NOT EDIT this script (even if you know what you are doing ;) # instead, configure it to suit you from bot's party-line by using # .chanset command and the following settings (you have to specif...
by demond
Wed Feb 14, 2007 12:08 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 215797

there is no README file; simply open the script in your favourite text editor and read the header - everything is thoroughly explained and should be clear to anyone with decent knowledge of running eggdrop if after doing that you still don't understand something, ask here and I'll answer; on your fi...
by demond
Thu Feb 08, 2007 6:36 am
Forum: Script Requests
Topic: How to make a script for parking bots?
Replies: 7
Views: 6585

you could use either the netbots script or rconsole and type .netjoin #chan (for netbots) or .rc * .+chan #chan (for rconsole); that will force your botnet to join ("park on") #chan
by demond
Thu Feb 08, 2007 6:29 am
Forum: Scripting Help
Topic: storing multiple variables (counters + names) in 1 file
Replies: 10
Views: 6688

BCyo+8C4 wrote:I used search but couldn't find anything. Could you please point me to a thread with instructions/examples?
http://forum.egghelp.org/viewtopic.php?t=11184
by demond
Thu Feb 08, 2007 6:28 am
Forum: Script Requests
Topic: How to make a script for parking bots?
Replies: 7
Views: 6585

what does "parking" mean on irc?
by demond
Thu Feb 08, 2007 6:14 am
Forum: Script Requests
Topic: How to make a script for parking bots?
Replies: 7
Views: 6585

parking bots? like, at parking lot or street meter?