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

by jsilvestre
Fri Oct 14, 2005 11:09 pm
Forum: Archive
Topic: Error with this script
Replies: 1
Views: 10234

Error with this script

#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# # ____ _ _____ _ _ ___ # # / ___| |__ __ _ _ _|_ _|__ ___ | |___ __ _/ | / _ \ # # | | | '_ \ / _` | '_ \| |/ _ \ / _ \| / __| \ \ / / || | | | # # | |___| | | | (_| | | | | | (_) | (_) | \__ \ \ V /| || |_| | # # \_...
by jsilvestre
Mon Jul 18, 2005 12:38 pm
Forum: Modules & Programming
Topic: Stats.mod (last version)
Replies: 7
Views: 15440

demond i know that but why? :S
by jsilvestre
Mon Jul 18, 2005 11:54 am
Forum: Modules & Programming
Topic: Stats.mod (last version)
Replies: 7
Views: 15440

Stats.mod (last version)

i was install last stats.mod version but when i running my eggdrop it dont run. error: [16:46] Tcl error in file 'Top10.conf': [16:46] invalid command name "loadstatsskin" while executing "loadstatsskin templates/stats/classic/classic.skin" (file "stats.conf" line 255) ...
by jsilvestre
Mon May 09, 2005 9:07 am
Forum: Archive
Topic: ?? Trigger = Response
Replies: 4
Views: 2110

by jsilvestre
Sun Apr 17, 2005 3:42 pm
Forum: Archive
Topic: Bot freezes after an exec
Replies: 15
Views: 5463

Try:

.tcl exec sudo su Fz -c "killall -9 psybnc && cd ../psybnc && ./psybnc"
by jsilvestre
Wed Apr 13, 2005 5:30 am
Forum: Script Support & Releases
Topic: badrealname bug
Replies: 29
Views: 44146

ppl this scripts (badrealname, nslookup and ping) was extracted of the forum I didn't go I that created it just installed I tested and I placed the mistake in the forum :D
by jsilvestre
Tue Apr 12, 2005 10:06 am
Forum: Archive
Topic: ping bug
Replies: 3
Views: 1314

ping bug

bind pub - !ping pub:ping bind ctcr - PING pub:pingr proc say {who what} { puthelp "PRIVMSG $who :$what" } set pub_pingchan "#teste" proc pub:ping {nick uhost hand chan args} { set args [split [cleanarg $args]] if {[llength $args]<1} { set who $nick } else { set who [lindex $arg...
by jsilvestre
Tue Apr 12, 2005 10:01 am
Forum: Archive
Topic: nslookup bug
Replies: 1
Views: 1012

nslookup bug

bind pub - !nsl pub_nslookup bind msg - !nsl msg_nslookup bind pub - !dns pub_nslookup bind msg - !dns msg_nslookup bind pub - !nslookup pub_nslookup bind msg - !nslookup msg_nslookup proc pub_nslookup {nick uhost hand chan arg} { global nsl_path set input [open "|$nsl_path $arg" r] while...
by jsilvestre
Tue Apr 12, 2005 9:31 am
Forum: Script Support & Releases
Topic: badrealname bug
Replies: 29
Views: 44146

badrealname bug

# badrealname.tcl # original code by Papillon # modified and adjusted by caesar # version 1.4 # http://www.r0x0ring.com/ ### # Description: # # Performs a whois on join and places a *!*@host ban if mathes a banned realname. ### ## Notes: # # I've noticed something fishy at it and decided to have a ...
by jsilvestre
Mon Mar 14, 2005 6:13 am
Forum: Script Support & Releases
Topic: Problem with phpbb2egg
Replies: 6
Views: 7926

.set errorInfo Currently: list element in braces followed by "ngel" instead of space Currently: while executing Currently: "lindex $arg 5" Currently: (procedure "raw_352" line 3) Currently: invoked from within Currently: "raw_352 $_raw1 $_raw2 $_raw3"
by jsilvestre
Sun Mar 13, 2005 3:06 pm
Forum: Script Support & Releases
Topic: Problem with phpbb2egg
Replies: 6
Views: 7926

Problem with phpbb2egg

I use phpbb2egg tcl but when have a new post or any action in forum bot show an error in partyline and the script don´t work. The error is: Tcl error: no value given for parameter "idx" to "phpbb2eggaccept" phpbb2egg.tcl # found on egghelp.org a posting by ShavdApe about a phpbb2...
by jsilvestre
Tue Mar 08, 2005 6:43 am
Forum: Archive
Topic: Help me with this code :)
Replies: 5
Views: 2414

Help me with this code :)

set jp(time) 5 bind time - "* * * * *" jp proc jp {1 2 3 4 5} {global jp;set ctime [clock seconds] if {![info exists jp(ctime)]} {set jp(ctime) $ctime} else { if {[expr ($ctime - $jp(time)) / 60]>="$jp(time)"} { set jp(ctime) $ctime foreach c [channels] {putserv "part $c :A...
by jsilvestre
Tue Mar 08, 2005 6:21 am
Forum: Archive
Topic: How to!
Replies: 6
Views: 3073

Thanks all for your posts :)
by jsilvestre
Tue Mar 08, 2005 6:19 am
Forum: Modules & Programming
Topic: Problem with stats.mod
Replies: 3
Views: 9687

Hy deamon!

How to patch mod to do that :?: :?
by jsilvestre
Mon Mar 07, 2005 3:25 pm
Forum: Archive
Topic: How to!
Replies: 6
Views: 3073

Tks :)

And now one more question how to bot say in channel/partyline the answer of the server after execute the command. :wink: