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

by CrazyCat
Mon Oct 13, 2003 3:33 am
Forum: Archive
Topic: Problems with eggdrop
Replies: 3
Views: 3555

well, no auto-away script?
when you're egg goes sleeping, just make a /whois [eggdrop]
Peharps you have a script trouble...
by CrazyCat
Mon Oct 13, 2003 3:27 am
Forum: Archive
Topic: net: errors when trying to connect 2 any server
Replies: 3
Views: 1018

just check out your network, it seems to be a bad configuration of you firewall.
And if you have multiple IP, check your "my-ip" variable.
by CrazyCat
Fri Oct 03, 2003 3:56 am
Forum: Archive
Topic: matchattr problem...
Replies: 6
Views: 2098

Re: matchattr problem...

ok...i have problem to match channel name... if my channel are config like this #TestChannel and $chan variable are #testchannel....then channel doesn't match, right? so are there any way to solve this? bind pub - !testing pub:testing proc pub:testing { nick host hand chan arg } { set channel [stri...
by CrazyCat
Fri Oct 03, 2003 3:49 am
Forum: Archive
Topic: Eggdrop not sending data to channel
Replies: 5
Views: 2366

Or are the messages similar?
If yes, they could be enqueued...
just type .clearqueue all and see if your bot works better
by CrazyCat
Fri Oct 03, 2003 3:39 am
Forum: Archive
Topic: nickflood
Replies: 8
Views: 2602

ehm, i can't add over 100op's and much voice's. If you had time to make them op's and voice's in the first place, then you have time to add them to your bot. # updating users set mychan "#your channel" foreach victim [userlist] { if {[matchattr $victim -|o $mychan] || [matchattr $victim -...
by CrazyCat
Fri Oct 03, 2003 3:34 am
Forum: Archive
Topic: Parsing HTML
Replies: 13
Views: 5481

Oh and this is the line on the page that I am trying to get <tr><td>  </td><td><a href="/WorldMap/CityList.htm?World=Deception">Deception</a></td><td><font color="green"><b>Up</b></font></td><td>  </td></tr> if you're on a *nix system with lynx, you can use the simple way I ofte...
by CrazyCat
Thu Oct 02, 2003 12:18 pm
Forum: Archive
Topic: Problems extracting tcl packages....
Replies: 2
Views: 1237

Re: Problems extracting tcl packages....

jarod wrote:I have some problems extracting tcl archives with extension *.tcl.gz on windows and on my shell....
with windows, use winrar wich manage well the tar.gz files.
and tar is the better with *nix, using options xvfz (works both with tar.gz and tgz)
by CrazyCat
Thu Oct 02, 2003 11:15 am
Forum: Archive
Topic: Thx all :)
Replies: 0
Views: 1007

Thx all :)

Thank you all :)
With your help, I succeed in making my ircgraph.tcl working.
You can see its results at http://irc.c-p-f.org and download it at http://library.c-p-f.org

And soon on egghelp.org I hope :)
by CrazyCat
Thu Oct 02, 2003 11:10 am
Forum: Archive
Topic: Parsing HTML
Replies: 13
Views: 5481

If you catch the html page, so it's allright.
Just put each line in $line and make

Code: Select all

set present [string first "Deception" $line]
if {$present != 0} {
# it's ok, you have your line
} else {
# it is not the good line
}
by CrazyCat
Wed Oct 01, 2003 1:08 pm
Forum: Archive
Topic: bots not linking
Replies: 5
Views: 2351

Well, just an idea like this:
have you try to do a

Code: Select all

.chpass localbot
on each of your local bot?
And have you put the good IP? by example, if you have more than one ip on your box, you can't link using 127.0.0.1 but you MUST use your ip defined in config file (set my-ip "xxx.xxx.xxx.xxx")
by CrazyCat
Wed Oct 01, 2003 7:43 am
Forum: Archive
Topic: Rrd::graph makes Segment violation
Replies: 4
Views: 2044

yes... but no :)
I'm generating different png, and only the egg knows which file it have to generate.
So I think than creating a schell script and running it by the egg is better, and it allows me to have only one file.
by CrazyCat
Wed Oct 01, 2003 7:05 am
Forum: Archive
Topic: How do Vhost work?
Replies: 2
Views: 1584

Well, you have two big kinds of vhosts: - setted via a bouncer - setted via irc server. Bouncer It's a gateway owned by someone wich allow you to connect to your irc server using its vhost . Usually, a shell provider could furnish bouncer and howto IRC Server Some services contains a hostserv (epona...
by CrazyCat
Wed Oct 01, 2003 7:00 am
Forum: Archive
Topic: Rrd::graph makes Segment violation
Replies: 4
Views: 2044

so it means we can't make graphs with multiples datas lines using the same Yaxis?
I hate this, but I think I'll have to generate shell scripts and then launch them, if no one had a better way :(
by CrazyCat
Wed Oct 01, 2003 6:29 am
Forum: Archive
Topic: Rrd::graph makes Segment violation
Replies: 4
Views: 2044

Rrd::graph makes Segment violation

Well, I don't know if it's eggdrop or TCL but I've a trouble with Rrd package: When trying to do a Rrd::graph, I've a wonderful SEGMENT VIOLATION. Debug (eggdrop v1.6.15) written Wed Oct 1 12:06:24 2003 Full Patch List: Tcl library: /usr/share/tcl8.3 Tcl version: 8.3.5 (header version 8.3.5) Compile...
by CrazyCat
Tue Sep 30, 2003 2:53 am
Forum: Archive
Topic: array of array
Replies: 4
Views: 1617

I'll keep it in my mind and won't re-ask for it :)
Thanx a lot