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...
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
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 ...
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...
{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..
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...
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? :) )...
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...
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 ...
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