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

by MasterJM
Tue Mar 25, 2003 5:25 am
Forum: Archive
Topic: time out exec ? problem
Replies: 11
Views: 2149

The only other way, is to launch PSIG into the background, and ignore if it completed or not. Alternativly, using some more advanced function you could do the following. Create a small Tcl script that does the following, 1: Runs PSIG 2: Manages and saves the status to a file. Eggdrop will lauch thi...
by MasterJM
Mon Mar 24, 2003 12:53 pm
Forum: Archive
Topic: time out exec ? problem
Replies: 11
Views: 2149

yeah must be right

this methode wirks fine with 3 other channels


same script - but only other bash scripts
:(


is there an other way to make the eggdrop run pisg
with a --option ?
by MasterJM
Mon Mar 24, 2003 12:44 pm
Forum: Archive
Topic: getops.tcl bug or error?
Replies: 5
Views: 1248

thx

works fine :)
by MasterJM
Mon Mar 24, 2003 12:30 pm
Forum: Archive
Topic: time out exec ? problem
Replies: 11
Views: 2149

ppslim wrote:You need to set execute permissions of the script

chmod u+x file.name
done

but same error
:(
by MasterJM
Fri Mar 21, 2003 10:11 am
Forum: Archive
Topic: getops.tcl bug or error?
Replies: 5
Views: 1248

getops.tcl bug or error?

hi i have a little botnet with getops.tcl (lastest version inclueded with 1.6.13 eggdrop) i have a chan named #[bla] seems that the getops tcl have a problem with "[]" [15:02:29] <egg> [15:03] Tcl error in script for 'timer9': [15:02:29] <egg> [15:03] invalid command name "bla" a...
by MasterJM
Fri Mar 14, 2003 4:54 pm
Forum: Archive
Topic: time out exec ? problem
Replies: 11
Views: 2149

[21:49:51] <MasterJM> !stats [21:50:15] <eggdrop> /home/masterjm/pisg/diablo could not be executed (Pisg v0.47 - perl irc statistics generator have changed the bash script /home/masterjm/pisg> cat diablo #!/usr/bin/tclsh set fp [open "|/home/masterjm/pisg/pisg --configfile=/home/masterjm/pisg/d...
by MasterJM
Fri Mar 14, 2003 11:22 am
Forum: Archive
Topic: time out exec ? problem
Replies: 11
Views: 2149

okay okay i explain it :) i have done a little tcl script to run "pisg" (the channel stats with perl) per trigger from pub the tcl starts a little bash script like: #!/bin/bash /home/masterjm/pisg/pisg --configfile=/home/masterjm/pisg/chan.cfg (works for 3 litte chans) but if this is a gre...
by MasterJM
Thu Mar 13, 2003 9:51 pm
Forum: Archive
Topic: time out exec ? problem
Replies: 11
Views: 2149

time out exec ? problem

proc pub:xy {nick uhost hand chan text} { global update_setting puthelp "PRIVMSG $chan :[expr {[catch {exec $xy_setting(exec1)} error]?"$xy_setting(exec1) could not be executed ([string totitle $error]).":$xy_setting(msg1)}]" } works fine but if the bot starts a script that runs ...
by MasterJM
Thu Mar 13, 2003 8:06 am
Forum: Archive
Topic: "home" channel
Replies: 1
Views: 826

"home" channel

hi one question, the very 1st chan a egg join after starting with -m seems to be some kind of "home" channel. all commands for channel works without adding the chan to the command like .say .chanifo or so - and the egg tells about all modes in this chan on the partyline how can i change th...
by MasterJM
Sat Mar 01, 2003 12:06 pm
Forum: Archive
Topic: botnet - getops
Replies: 4
Views: 704

oh yes

i have done a little mistake

work now thx :)


btw:

what kind of botnet tcl are good to use?
(and easy to use ;))
by MasterJM
Sat Mar 01, 2003 11:45 am
Forum: Archive
Topic: botnet - getops
Replies: 4
Views: 704

botnet - getops

hi
i have linked 4 eggdrops

1 hub 3 clients

.bottree show me that it works

i have installed getops.tcl on all 4 bots

but it dont work:

GetOps: No bots to ask for ops on #channel.


what is the problem

must i add flags ?
by MasterJM
Tue Feb 25, 2003 4:47 pm
Forum: Archive
Topic: DCC chat
Replies: 2
Views: 721

no access
as you can see

you need to ident - and be sure you have partyline access ;)
by MasterJM
Fri Feb 14, 2003 8:46 pm
Forum: Archive
Topic: eggdrop remove bans
Replies: 10
Views: 2617

.help chaninfo
look for
"dynamicbans"
"userbans"
by MasterJM
Fri Feb 14, 2003 2:23 pm
Forum: Archive
Topic: Eggdrop IDENT..?
Replies: 4
Views: 1550

Re: Eggdrop IDENT..?

DeCrys wrote:Eggdrop version 1.6.12 on RedHat 7.2
~ident@hosmask.com

the ~ shows that your identd does not run ;)
by MasterJM
Wed Feb 12, 2003 3:02 pm
Forum: Archive
Topic: channel key
Replies: 2
Views: 1143

just tested

seems to work

thx :)