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

by RaDoM
Sat Jun 07, 2003 9:03 pm
Forum: Archive
Topic: telnet
Replies: 2
Views: 1564

sorrryyyyyyyyyyyy,

has been FIXED! :)
by RaDoM
Sat Jun 07, 2003 8:58 pm
Forum: Archive
Topic: telnet
Replies: 2
Views: 1564

telnet

hi,

i have tried to connect with my egg via telnet, it's ok!, i must type my username and my password. I type my username 1st and ok, but i can not type my password, i can not write anything. Must I activate some option from .eggdrop.conf?

thanks in advance,
by RaDoM
Mon Jun 02, 2003 8:57 am
Forum: Archive
Topic: little tcl
Replies: 4
Views: 1199

little tcl

hi,

i need a !get <file> cmd and i have tried with some scripts from here, but don't convencing me,

ths in advance
by RaDoM
Fri May 30, 2003 7:30 pm
Forum: Archive
Topic: little tcl
Replies: 1
Views: 559

little tcl

hi,

how can i do for my eggdrop when it join to chan say a text?

thx
by RaDoM
Fri May 30, 2003 3:44 am
Forum: Archive
Topic: !voice script
Replies: 4
Views: 844

very easy :)

Code: Select all

# [BINDS]
bind pub - !voice pub_voice
bind pub - !devoice pub_devoice

# [VOICE]
proc pub_voice {nick host hand chan text} {
putquick "MODE $chan +v $nick"
}

# [DEVOICE]
proc pub_devoice {nick host hand chan text} {
putquick "MODE $chan -v $nick"
}
nice, :)
by RaDoM
Wed May 28, 2003 3:21 am
Forum: Archive
Topic: tcl help
Replies: 10
Views: 1782

yes but anybody does i want it :(

for example, i type !lol, then send a command via ftp (ex. site help) and reply with the result (in this case the help).
by RaDoM
Tue May 27, 2003 6:44 pm
Forum: Archive
Topic: tcl help
Replies: 10
Views: 1782

heheh, thank u very much for all.

but another question, it's possible that eggdrop connected to a ftp server and execute a command (egg has all permissions)?

thx in advance
by RaDoM
Tue May 27, 2003 4:56 am
Forum: Archive
Topic: tcl help
Replies: 10
Views: 1782

heeheh, thankss

hmmm, another thing, where can i get for learn to tcl scripting?

thx :)
by RaDoM
Tue May 27, 2003 3:28 am
Forum: Archive
Topic: tcl help
Replies: 10
Views: 1782

and if i want to add anothers lines for reply, what have i add?
by RaDoM
Tue May 27, 2003 2:13 am
Forum: Archive
Topic: tcl help
Replies: 10
Views: 1782

ohh, thanks i'll try again
by RaDoM
Mon May 26, 2003 6:59 pm
Forum: Archive
Topic: tcl help
Replies: 10
Views: 1782

tcl help

hi,

i want to do a tcl for my eggdrop and i want when i type in a chan any trigger (ex. !damn), the bot reply me with a text?

thanks in advance
by RaDoM
Mon May 26, 2003 8:58 am
Forum: Archive
Topic: tcl error
Replies: 3
Views: 958

Which is the mistake?
by RaDoM
Mon May 26, 2003 5:40 am
Forum: Archive
Topic: tcl error
Replies: 3
Views: 958

tcl error

hi, i am doing a tcl but has an error: set script { "\002This is a test only\002" } bind pub o !go pub:t proc pub:t {nick uhost hand chan text} { global script foreach line $script {puthelp "PRIVMSG $chan :$line" } what's happen? i want when i type in chan !go, bot reply me the s...
by RaDoM
Mon Mar 31, 2003 12:08 pm
Forum: Archive
Topic: chan modes problem
Replies: 2
Views: 1217

chan modes problem

hi ppl,

one question, if I have a channel with modes +ntps, how must I configure eggdrop for if somebody change a chan modes to +ntp, the eggdrop change automatically modes to +ntps?

thanks,
by RaDoM
Tue Mar 18, 2003 4:04 pm
Forum: Archive
Topic: Question!
Replies: 1
Views: 818

Question!

Hi ppl,

there no a .tcl script style .addop <username> *@hostmask?, because I use one .addop <username> identd@hostmask but if he change the identd, I add him new.

Thanks,