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
Wed Feb 26, 2003 8:38 pm
Forum: Archive
Topic: Timeout
Replies: 3
Views: 684

...kill -1 <pid of eggdrop> referring to the info help of kill a combination of pid and -1 is useless, unless -1 kills all precesses the user has access to. The following pids have special meanings: -1 If superuser, broadcast the signal to all processes; otherwise broadcast to all processes belongi...
by De Kus
Wed Feb 26, 2003 8:21 pm
Forum: Archive
Topic: Does there excist a Aniverse Script
Replies: 1
Views: 471

*sigh*

why dont you simply search for "nickserv" in the tcl archive? http://www.egghelp.org/tclhtml/1256-0-1-nickserv.htm i think a script like this would fid your requirements. i dont know it, but from the bindings it seems to work similar than my own. only the chanserv response isnt captured, b...
by De Kus
Wed Feb 26, 2003 8:19 pm
Forum: Archive
Topic: Error on tcl script from vbulletin hack (users chatting)
Replies: 1
Views: 801

tjoo

this is a problem with old http tcl packages already handled in an older thread. here are some tips how to fix it: http://forum.egghelp.org/viewtopic.php?t=242&start=20
by De Kus
Wed Feb 26, 2003 1:53 pm
Forum: Archive
Topic: Help searched for programming a new modul (rewrite from tcl)
Replies: 1
Views: 513

Help searched for programming a new modul (rewrite from tcl)

soo, i have written various script like autoop (/voice with flag checking and delay for op4all), channellamer (revenging +k, +i, +l, -o and kick in abusing way like kicking/deoping a +m user, realy usefull for chans with many ops or on freeop chans), banmanger (adding bans to bots banlist allowing t...
by De Kus
Wed Feb 26, 2003 10:33 am
Forum: Archive
Topic: Flood from @localhost.localdomain! Placing on ignore!
Replies: 7
Views: 1163

and note to change it via chanset and not in eggdrop.conf cause this settings will be overwritten from these out of the .chan file.
by De Kus
Tue Feb 25, 2003 8:34 pm
Forum: Archive
Topic: using a nick
Replies: 2
Views: 555

usually

use ".msg nickserv register <password> <email>"
and dont forget to load a nickserv auth script, just look in the srcipt archive for one.
by De Kus
Tue Feb 25, 2003 8:30 pm
Forum: Archive
Topic: sugestion
Replies: 10
Views: 1177

hmmm

if the whole thing is read in a table, you would only have to make 2 foreach and check each line against each other. this could take a while, but its a onetime srcipt, so who cares? :). for the length... isnt there a linelength count command!? just include this check ^-^.
by De Kus
Tue Feb 25, 2003 8:20 pm
Forum: Archive
Topic: enote.tcl how to make it works with windrops ?
Replies: 5
Views: 995

or simple open a port to your isp smtp server and write the smtp code by your own, just google for it.
by De Kus
Tue Feb 25, 2003 7:49 pm
Forum: Archive
Topic: Help with this script PART 3 :))))
Replies: 1
Views: 553

haha

FIRST putserv "MODE $chan +b $nick" putserv "KICK $chan $nick :Don't ban my friends, bud" this is a stupid way to ban him. bette use something like newchanban $chan $nick Friendprotection "Don't ban my friends, bud" note: if the ban matchs your bot, it will NOT set the ...
by De Kus
Mon Feb 24, 2003 2:55 pm
Forum: Archive
Topic: Question about piping...
Replies: 2
Views: 567

try

having a look at the tcl commond userlist. it gives you the listerlist so you only need to foreach and string match the whole thing.
by De Kus
Mon Feb 24, 2003 2:44 pm
Forum: Archive
Topic: need some help (Again)
Replies: 2
Views: 555

hmm

i suggest you let the bot a bit time to join the channel and download the /name list. usually all messages go out after script has finished, so bot will join channel after you check if he has op. so try after channel add to make a bind join -|- "$chan1 BOTNAME!*" procname and check there i...
by De Kus
Mon Feb 24, 2003 2:28 pm
Forum: Archive
Topic: making windrop report when something is added
Replies: 1
Views: 486

Search...

there are script reporting new news for heise.de and have seen an equalent for onlinekosten.de. im sure you can mirror it to most news pages.

and before i forget it... there is a search function not only on board but in the tcl achive, too: http://www.egghelp.org/tclhtml/1256-0-1-news.htm
by De Kus
Sun Feb 23, 2003 6:56 pm
Forum: Archive
Topic: Tcl error - list element ... instead of space
Replies: 3
Views: 996

ok

i have found a exact quote for the error [23:18:28] <nickdeleted> die "high"lvl monster leben bischen länger als 5 secs [23:18:28] <botname> [23:18] Tcl error [handle_lamer]: list element in quotes followed by "lvl" instead of space seems "" is making troubles... any id...
by De Kus
Sat Feb 22, 2003 7:20 pm
Forum: Archive
Topic: what`s wrong in this script ?
Replies: 12
Views: 2152

Why use a matching function, when theres no wildcards. "string equal" is more suited gfor this. if i want to make a equal check i would simply use $who == "$botnick![getchanhost $botnick]" :D. but thx stdragon for correcting the expression for string match, i knew only seen it s...
by De Kus
Sat Feb 22, 2003 3:46 pm
Forum: Archive
Topic: For the protection
Replies: 9
Views: 2109

hmmm

a suggestion would be to rewrite the protection by your own :D.