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

by KrE80r
Thu Jul 03, 2003 7:30 pm
Forum: Archive
Topic: Eggdrop is running, but not on IRC
Replies: 14
Views: 3401

well am sure no DoS attacks on my provider

this thing happened wheni upgraded to version 1.6.15
by KrE80r
Tue Jul 01, 2003 11:03 am
Forum: Archive
Topic: Eggdrop is running, but not on IRC
Replies: 14
Views: 3401

me 2

me 2 have the sme problem since i installed latest eggdrop
and also i cant telnet to it
i have to kill the job and restart it again
any ideas?
by KrE80r
Fri Jun 20, 2003 8:12 am
Forum: Archive
Topic: bot unbanning lamers durin services down
Replies: 1
Views: 1101

bot unbanning lamers durin services down

well i faced a problem my bot unbanned lamers while the services in dalnet is down so they used the master and owner nick to flood and say bad words and after getting kick+ban frop aops the bot unbanned them
automatically cuz they match the nick of the owner any idea what 2 do??? to avoic that??
by KrE80r
Fri Jun 06, 2003 5:55 am
Forum: Archive
Topic: a tcl script to make +o users identify when they join channe
Replies: 18
Views: 6070

hey what about this error i get
<BoT> [04:44] Tcl error in script for 'timer746':
<Bot> [04:44] random limit must be greater than zero

got any idea??
by KrE80r
Fri Jun 06, 2003 5:28 am
Forum: Archive
Topic: english Scramble script
Replies: 10
Views: 4979

well guys sorry if am pain in the neck well
how to make it run hmmmmm
like !start it goes on playing untill some1 types !stop how??
by KrE80r
Fri Jun 06, 2003 5:24 am
Forum: Archive
Topic: a tcl script to make +o users identify when they join channe
Replies: 18
Views: 6070

thx alot all of u guys for ur help yeha it works fine nowz :)
by KrE80r
Fri Jun 06, 2003 5:13 am
Forum: Archive
Topic: a tcl script to make +o users identify when they join channe
Replies: 18
Views: 6070

proc tgstart {nick uhost handle arg} { if {[passwdok $handle $arg]} { global tgplaying tgstreak tgchan tgerrremindtime tgerrremindtimer tgmissed if {$tgplaying==0} { tggamemsg "[tgcolstart]Trivia game started by $nick!" tgnextq set tgplaying 1 set tgstreak 0 set tgmissed 0 set tgerrremind...
by KrE80r
Fri Jun 06, 2003 4:55 am
Forum: Archive
Topic: a tcl script to make +o users identify when they join channe
Replies: 18
Views: 6070

hmm i added back variable chan i get
Tcl error [tgstart]: no value given for parameter "arg" to "tgstart"

hmm wanna me send u the file ?
by KrE80r
Fri Jun 06, 2003 4:54 am
Forum: Archive
Topic: a tcl script to make +o users identify when they join channe
Replies: 18
Views: 6070

well it is asking for the variable chan which i removed based on ur request stdragon
the error is
Tcl error [tgstart]: can't read "chan": no such variable

so shall i return it back??
by KrE80r
Fri Jun 06, 2003 4:40 am
Forum: Archive
Topic: a tcl script to make +o users identify when they join channe
Replies: 18
Views: 6070

well caesar :
i just wanna this !start proc asks for password also
here is what i added :
#starts the game if it isn't running.
proc tgstart {nick uhost hand arg} {
set pass [lindex $arg 0]
if {[passwdok $handle $pass]} {



dont think it will work but hmm try to help me out
by KrE80r
Thu Jun 05, 2003 9:32 pm
Forum: Archive
Topic: english Scramble script
Replies: 10
Views: 4979

well man infact i cant do it myself i mean !top10 iam not that good in tcl i was asking if any1 can add it 2 me and about hthe hint system i meant example: <BoT> Who Won World cup in the year 2002? <BoT> Scrambled Answer: r a z b i l <user> brazil <BoT> Coreect Answer USER u get ! point u now have 1...
by KrE80r
Thu Jun 05, 2003 9:28 pm
Forum: Archive
Topic: a tcl script to make +o users identify when they join channe
Replies: 18
Views: 6070

sorry for being lame but pls tell me how can i cahnge it
here is the proc

proc tgstart {nick host hand chan text}
what shall i add or remove man???
by KrE80r
Thu Jun 05, 2003 9:19 pm
Forum: Archive
Topic: english Scramble script
Replies: 10
Views: 4979

well also stupid me how to make it beside hte hints play continusely froma file and i dont have to type scramble to get each word???
by KrE80r
Thu Jun 05, 2003 9:18 pm
Forum: Archive
Topic: a tcl script to make +o users identify when they join channe
Replies: 18
Views: 6070

well man its cool but how its not my script how to make it ask for password
i think i can cahnge
bind pub $tgflagsstart $tgcmdstart tgstart into
bind msg $tgflagsstart $tgcmdstart tgstart

nut how to ask for the password?? with the command??
by KrE80r
Thu Jun 05, 2003 9:14 pm
Forum: Archive
Topic: english Scramble script
Replies: 10
Views: 4979

well hi its great scramble game man what about if i need to add a hint system and points 4 people who answer coreect like the trivia game
an !top10 command how do i do so?