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

by the_crow
Sun May 01, 2005 12:03 pm
Forum: Archive
Topic: telnet
Replies: 4
Views: 2362

in the RUN of your windows type telnet:your_ip:bot_port

the bot_port é is the number that you put in the conf file after the line listen
by the_crow
Sun May 01, 2005 9:57 am
Forum: Shell & Bouncer Help
Topic: Shell QNS
Replies: 1
Views: 7983

to change a pass in a shell you make passwd
by the_crow
Sun May 01, 2005 9:56 am
Forum: Archive
Topic: i need some help =)
Replies: 2
Views: 1897

first off all, try to read de eggdrop.conf it have explanation to all.
Read a little more http://www.egghelp.org/setup.htm it will help you
by the_crow
Tue Apr 19, 2005 3:38 pm
Forum: Archive
Topic: crontab.tcl ? is it possible?
Replies: 11
Views: 2744

Code: Select all

set pisgexe "/home/nf/pisg/pisg"

bind time - "00 * * * *" execution

proc execution {nick uhost hand chan} {
        global pisgexe
        eval exec $pisgexe
}
by the_crow
Wed Apr 13, 2005 5:44 am
Forum: Archive
Topic: ping bug
Replies: 3
Views: 1314

Oh português :) O cleanarg é um procedure... proc cleanarg {arg} { set response "" for {set i 0} {$i < [string length $arg]} {incr i} { set char [string index $arg $i] if {($char != "\12") && ($char != "\15")} { append response $char } } return $response } tenta...
by the_crow
Fri Mar 18, 2005 4:36 pm
Forum: Archive
Topic: how to add information to a file
Replies: 2
Views: 1620

thanks it worked...
by the_crow
Fri Mar 18, 2005 3:34 pm
Forum: Archive
Topic: how to add information to a file
Replies: 2
Views: 1620

how to add information to a file

set file "scripts/answer.dat" bind pub - !answer borlix:pub proc borlix:pub {nick uhost hand chan args} { global file set one [lindex $args 0 ] set the_rest [lrange $args 1 end] set fp [open $file a+] puts $fp "$nick -> $one ->$the_ret" puts $fp "" catch {close $fp} } ...
by the_crow
Mon Jan 03, 2005 6:03 pm
Forum: Archive
Topic: make a egg read a file in the channel [RESOLV]
Replies: 12
Views: 3371

what you can do: set ficheiro "partidas.txt" bind pub - !partidas pub:partidas proc pub:partidas {nick uhost handle chan arg} { global ficheiro if {![file exists $ficheiro] } { putserv "PRIVMSG $nick :Sem novas partidas" } else { set f [open $ficheiro "r"] putserv "...
by the_crow
Wed Aug 11, 2004 12:34 pm
Forum: Archive
Topic: cant clean file
Replies: 10
Views: 3044

thks by helping but i have solved the problem :)
by the_crow
Wed Aug 11, 2004 10:09 am
Forum: Archive
Topic: cant clean file
Replies: 10
Views: 3044

bind pub - !duvida idle_getnick bind pub o !listar listar:pub bind pub o !apagar apagar:pub bind join - * file_check set id 0 proc file_check {n u h c} { set ficheiro "scripts/duvidas.txt" if {[file size $ficheiro] > 0} then { putserv "PRIVMSG $n :Existem duvidas para tirar,faz !list...
by the_crow
Tue Aug 10, 2004 8:24 pm
Forum: Archive
Topic: cant clean file
Replies: 10
Views: 3044

thanks :)

Netux pois agora começo a reparar... vai aparecendo la mais vezes :) ja agora obrigado pelo codigo... mas prefiro o do outro bacano nao keria tar a fazer incrementacoes :S
by the_crow
Tue Aug 10, 2004 7:10 pm
Forum: Archive
Topic: cant clean file
Replies: 10
Views: 3044

thanks by the help... by the way... how can i make a onjoin that sendme a msg if the file is not empty?can you help me?
by the_crow
Tue Aug 10, 2004 4:34 pm
Forum: Archive
Topic: cant clean file
Replies: 10
Views: 3044

cant clean file

bind pub - !duvida idle_getnick bind pub o !listar listar:pub proc idle_getnick {nick mask hand chan text} { global botnick set ficheiro "scripts/duvidas.txt" putserv "PRIVMSG $chan : A sua duvida foi enviada com sucesso. Será respondido o mais depressa possível." set fp [open $...
by the_crow
Fri Jun 04, 2004 11:45 pm
Forum: Archive
Topic: Nickserv Identification problem
Replies: 3
Views: 2419

hi compatriota :)
Try to put this line in your conf file
set init-server { putserv "nickserv identify password_do_bot" }
Se precisares de ajuda, aparece no #eggdrops da ptnet :) meu nick o mm daki mas |The_Crow|
by the_crow
Sat May 15, 2004 10:54 am
Forum: Script Support & Releases
Topic: tcl/php pack to display phpBB board messages in #channel
Replies: 22
Views: 37553

i found the error, but i don't know how to correct...
can you give me a light :)


error: Tcl error [phpbb2eggincoming]: invalid idx