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

by alisetan
Tue Jul 17, 2007 8:46 am
Forum: Scripting Help
Topic: tcl problem
Replies: 1
Views: 2584

tcl problem

bind pub -|- ${tr}dj dj proc dj {nick host hand chan arg} { global url pathqstat cc nopub dj if {[lsearch -exact $nopub [string tolower $chan]] >= 0} {return 0} if {$arg == ""} { putserv "notice $nick :Usage: ${cc}dj <Exact Nickname>" return 0 } set dj "$arg" putserv &q...
by alisetan
Sat Jul 14, 2007 9:26 am
Forum: Eggdrop Help
Topic: chattr problem
Replies: 4
Views: 4117

chattr problem

.chattr FarShaH +D #lepak.fm
No such user!


what should i do?? help me plss..
by alisetan
Wed Jun 27, 2007 5:02 pm
Forum: Script Requests
Topic: need a simple control code kick
Replies: 1
Views: 2039

need a simple control code kick

hello...

anyone overthere can help me with simple control code kick.. i'm using eggie for webchat server

thanks
by alisetan
Fri Apr 13, 2007 3:46 pm
Forum: Eggdrop Help
Topic: help with telnet
Replies: 4
Views: 3048

Sir_Fz wrote:eggdrop.log found in the logs/ directory of Eggdrop.
ok thanks bro
by alisetan
Fri Apr 13, 2007 7:43 am
Forum: Eggdrop Help
Topic: help with telnet
Replies: 4
Views: 3048

rosc2112 wrote:Check your log.
how to check? me newbies
by alisetan
Thu Apr 12, 2007 2:22 am
Forum: Eggdrop Help
Topic: help with telnet
Replies: 4
Views: 3048

help with telnet

hello all

i had problem with telnet to the eggdrop... when i enter nick on telnet box.. the box automatically terminate.. why that happen.. any one can help me??
by alisetan
Fri Sep 22, 2006 7:33 am
Forum: Eggdrop Help
Topic: disable masskick and massban
Replies: 3
Views: 3068

Alchera wrote:eggdrop doesn't "mass" anything.

Could you explain better what you are referring to?
like this bro..

when OP's kick clone.. line a mass kick.. the eggdrop kick op's who using mass kick on the channel..
by alisetan
Fri Sep 22, 2006 3:24 am
Forum: Eggdrop Help
Topic: disable masskick and massban
Replies: 3
Views: 3068

disable masskick and massban

hello.. any body can help me.. how to disable mass kick and mass ban??
by alisetan
Wed Aug 02, 2006 6:07 am
Forum: Scripting Help
Topic: error
Replies: 3
Views: 4614

proc login {nick host hand chan arg} global url pathqstat cc nopub dj if {[lsearch -exact $nopub [string tolower $chan]] >= 0} {return 0} return 0 } Looks to me like you've forgotten a few {}'s. Perhaps its not needed but I've always written procs as proc name { args } { do whatever } how to solve ...
by alisetan
Wed Aug 02, 2006 12:36 am
Forum: Scripting Help
Topic: error
Replies: 3
Views: 4614

error

set tr "!" set cc "!" set nopub "#q3f" bind pub -|- ${tr}onair login bind pub -|- ${tr}dj djs bind pub -|- ${tr}offair logout bind pub -|- ${tr}cleardj resetdj bind pub -|- ${tr}request req set qversion "1.5" proc login {nick host hand chan arg} global url pa...
by alisetan
Tue Aug 01, 2006 9:19 am
Forum: Scripting Help
Topic: Adding features
Replies: 4
Views: 4444

bandidu wrote:Someone please help me :(

put the english version on that tcl plss
by alisetan
Tue Aug 01, 2006 3:58 am
Forum: Scripting Help
Topic: help for script
Replies: 6
Views: 4025

put this at the top of your script: set dj "<dj's nick>" and replace <dj's nick> with your dj's nick how in this thing i want if !dj none... the bot will notice no dj available proc req {nick host hand chan arg} { global url pathqstat cc nopub dj if {[lsearch -exact $nopub [string tolower...
by alisetan
Tue Aug 01, 2006 1:32 am
Forum: Scripting Help
Topic: help for script
Replies: 6
Views: 4025

krimson wrote:put this at the top of your script:

Code: Select all

set dj "<dj's nick>"
and replace <dj's nick> with your dj's nick
it is manual.. or auto adding nick dj??
by alisetan
Mon Jul 31, 2006 2:55 pm
Forum: Scripting Help
Topic: help for script
Replies: 6
Views: 4025

Re: help for script

# Public command trigger set tr "!" set cc "!" # Channels you _dont_ want the bot to reply to public triggers on (seperate with spaces): set nopub "#q3f" bind pub -|- ${tr}dj dj bind pub -|- ${tr}request req proc dj {nick host hand chan arg} { global url pathqstat cc n...
by alisetan
Mon Jul 31, 2006 1:33 pm
Forum: Scripting Help
Topic: help for script
Replies: 6
Views: 4025

help for script

# Public command trigger set tr "!" set cc "!" # Channels you _dont_ want the bot to reply to public triggers on (seperate with spaces): set nopub "#q3f" bind pub -|- ${tr}dj dj bind pub -|- ${tr}request req proc dj {nick host hand chan arg} { global url pathqstat cc n...