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

by FIDe`
Wed May 19, 2004 9:03 am
Forum: Archive
Topic: Bindings on sharing events
Replies: 6
Views: 2199

thank you :) it's what I was looking for.
by FIDe`
Tue May 18, 2004 7:17 pm
Forum: Archive
Topic: Bindings on sharing events
Replies: 6
Views: 2199

It would be a good idea for an user-interface-level script, but I would like to write a lower level thing, something that works with raw botnet sharing messages. is there a bind like "bind raw" but that works for raw botnet messages? I looked to tcl-commands.doc but it seems there isn't no...
by FIDe`
Tue May 18, 2004 9:54 am
Forum: Archive
Topic: Bindings on sharing events
Replies: 6
Views: 2199

I don't mean the linking bots userfile transfer stuff, I mean when an already linked and shared bot sends to all the botnet a command like "adduser $user", or "-user user" , or a password set command for an $user . I know the bind link , but I'm talking about an after-linking event
by FIDe`
Tue May 18, 2004 8:12 am
Forum: Archive
Topic: Bindings on sharing events
Replies: 6
Views: 2199

Bindings on sharing events

Hi all, I'm trying to execute a proc when there's a sharing event from another bot, for example a remote "-user" from a linked and shared bot; but I really don't know how to trigger it, since there isn't any specific binding on userfile sharing events.. Could anyone give me an idea? Thank ...
by FIDe`
Wed Feb 18, 2004 8:48 pm
Forum: Archive
Topic: foonet issues and Aggressive Hosting
Replies: 12
Views: 4175

some links about the foonet/CIT issue:
http://www.easynetworknyc.com/foonet/
and
http://www.easynetworknyc.com/foonet/mirror/
both with nice pictures illustrating the facts :D
by FIDe`
Mon Feb 09, 2004 11:02 am
Forum: Archive
Topic: Aeternamtech
Replies: 6
Views: 2461

The "quite few loyal customers" are tired of been treated in such bad manners since almost two months. The management of the situation has been the worst possible. Company has shut down servers, gone offline, returned online, reloaded servers without an email to any customer. I know your s...
by FIDe`
Tue Jan 27, 2004 9:34 pm
Forum: Archive
Topic: Multiple bots set +ghp or +agp
Replies: 5
Views: 1990

{MaVeRiC}'s right: it would be nice to add some althub features to eggdrop, like +a1 the first althub to connect to, +a2 the second and so on (only an example) to remove random althub picking; it would be useful in structured botnets. or maybe, someone could write a tcl.. :)
by FIDe`
Thu Nov 27, 2003 9:40 pm
Forum: Archive
Topic: simple tcl request: partyline bold script
Replies: 15
Views: 5594

it magically works. yes, it works :D thanks for your attention in this really useless thread.
by FIDe`
Thu Nov 27, 2003 3:43 pm
Forum: Archive
Topic: simple tcl request: partyline bold script
Replies: 15
Views: 5594

ok: if I load your script before netbots, and then I load netbots, it magically works ! if I load the bots with source netbots/netbots.tcl and source/bold.tcl , it magically doesn't work. this is the netbots.tcl interesting code: bind filt - * nb_cmdcast if {!$nb_cmdcast} { unbind filt - * nb_cmdcas...
by FIDe`
Thu Nov 27, 2003 2:25 pm
Forum: Archive
Topic: simple tcl request: partyline bold script
Replies: 15
Views: 5594

ok, I found the problem: if I don't load netbots your script works. I really don't know what to do :o In my very little tcl knowledge, in netbots.tcl there are some bind filt * like your script, I think they create some problems..? there's a way to solve this problem (without unloading netbots? :) )...
by FIDe`
Wed Nov 19, 2003 3:34 pm
Forum: Archive
Topic: simple tcl request: partyline bold script
Replies: 15
Views: 5594

are we talking about the same script? bind filt - * chatBold proc chatBold {i t} { if {![string match .* $t] && ![catch {getchan $i}]} {set t \002$t\002} {set t} } is it this? I really can't understand why isn't working :-? , I don't get any error. if I do a .tcl dccbroadcast \002prova\002 I...
by FIDe`
Wed Nov 19, 2003 10:27 am
Forum: Archive
Topic: simple tcl request: partyline bold script
Replies: 15
Views: 5594

Did you try to send bold text from your client with echo on (or watching from another linked bot)? Maybe there's a misunderstood: I want to type NO BOLD text in partyline, and I want that all text written in partyline will be displayed as BOLD to other users in partyline; sorry if my english is no ...
by FIDe`
Tue Nov 18, 2003 8:29 pm
Forum: Archive
Topic: simple tcl request: partyline bold script
Replies: 15
Views: 5594

No, my client (xchat) doesn't filter bold char, since if I write with bold in partyline, I see my written text in bold. With echo on I see it without bold, and from another bot it's the same. Did you tried yourself that script?I tryed it with a 1.6.15 eggie. tnx :)
by FIDe`
Tue Nov 18, 2003 9:45 am
Forum: Archive
Topic: Newchanban , but dont kick
Replies: 2
Views: 1399

IMHO, it should be sufficient to .netchanset #chan -enforcebans , and pushmode +b , maybe I'm wrong..
by FIDe`
Tue Nov 18, 2003 9:36 am
Forum: Archive
Topic: simple tcl request: partyline bold script
Replies: 15
Views: 5594

right, I removed the line break :)
now there isn't any error..
but It doesn't bold anything :) partyline chat is still not bolded.
yes, I'm +h.
<gianfi> funziona questo cazzo di bold?
however, no error is a good starting point, got workin' on it. :D