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

by TimeLord
Wed Apr 14, 2004 2:39 am
Forum: Archive
Topic: Sending string with multiple line across botnet
Replies: 8
Views: 2306

Ok, script is finalized, please teach me how to simplify it :-) Objective is get file transfers curently on bot on another network and report it via linked bot to main network. proc rcv_cmd {from comm com} { global linkbot dccstat if {[lindex $com 0] == "STATUS" } { set dccstat [dcclist SE...
by TimeLord
Tue Apr 13, 2004 9:33 am
Forum: Archive
Topic: Sending string with multiple line across botnet
Replies: 8
Views: 2306

Xpert wrote:I think you can remove the "/" in "(,)".
try:

Code: Select all

regsub -all "(" $conn "" conn 
regsub -all ")" $conn "" conn
:P
same error :
Tcl error [rcv_cmd]: couldn't compile regular expression pattern: parentheses () not balanced
by TimeLord
Tue Apr 13, 2004 9:03 am
Forum: Archive
Topic: Sending string with multiple line across botnet
Replies: 8
Views: 2306

yup, i just realized that regsub -all "\}|\{|send|SEND" $conn "" conn workin` for me, but i can`t remove ( ) parentheses :-( in one line regsub -all "\}|\{|send|SEND|\(|\)" $conn "" conn won`t work if im usin` multiple line regsub -all "\(" $conn &qu...
by TimeLord
Tue Apr 13, 2004 3:45 am
Forum: Archive
Topic: Sending string with multiple line across botnet
Replies: 8
Views: 2306

Thanx very much. Now im thinkin` about how to remove "{}" characters from this variable and then send only botname, filename and progress.

output from dcclist command is string or list ???
by TimeLord
Tue Apr 13, 2004 2:31 am
Forum: Archive
Topic: Sending string with multiple line across botnet
Replies: 8
Views: 2306

Sending string with multiple line across botnet

Hello, i need to send message to another bot using "putbot". I need to include variable $dccsend, but only first line going out. Here is my last try: set dccsend [join [list [dcclist SEND]]] common output from this comand is like: Tcl: {8 {BOTSNAME} SYS@268AFA0.com SEND {send (361945012)/7...
by TimeLord
Tue Apr 08, 2003 5:20 am
Forum: Archive
Topic: handle lengths
Replies: 16
Views: 5599

Re-compile your bot. It seems you are using modules from a previous version, where the HANDLEN is set to 9 src/mod/irc.mod/cmdsirc.c:1022 if (strlen(hand) > HANDLEN) hand[HANDLEN] = 0; When using the adduser command, this will check if the handle required (after determining if you specified one, or...
by TimeLord
Tue Apr 08, 2003 2:25 am
Forum: Archive
Topic: handle lengths
Replies: 16
Views: 5599

ppslim wrote:Can we try and keep things to one thread, rather than cross-posting.

Have you changed the value of nicklen int he config file?
yup. everythin` works fine, i can change bot`s nick up to 32 chars, .+user up to 32 chars, but .adduser still cuts handle to 9 chars.
eggie 1.6.13
by TimeLord
Mon Apr 07, 2003 9:51 am
Forum: Archive
Topic: handle lengths
Replies: 16
Views: 5599

ppslim wrote:Please see the many threads on the forum. A search for the word "handlen" should bring up a fair few.
I did what is need for increase handlen in eggdrop.h but i had one problem . It works only with +user command, not with adduser command, can u help me please ?
by TimeLord
Mon Apr 07, 2003 9:45 am
Forum: Archive
Topic: Making eggdrop 32 char instead of 9
Replies: 6
Views: 2545

First off, are you usign eggdrop on *nix or windows? If you are on windows, simply download the appropriate version from http://windrop.sf.net/ - They allready have eggdrop setup for this. If you are using eggdrop on *nix, it's a simple matter of changing one value, before you continue on your comp...
by TimeLord
Mon Apr 07, 2003 5:57 am
Forum: Archive
Topic: handle lengths
Replies: 16
Views: 5599

How to set handle lenght to more than default 9 please ?
by TimeLord
Fri Apr 04, 2003 8:05 am
Forum: Archive
Topic: Problem with receiving file from XDCC bots in Eggdrop
Replies: 22
Views: 10900

Moderator probably.. anyway, why do you keep looking for replys on it if you don't like the comments? Ignore it and do something else. What u doin` lama ? :-) Quite stupid way to increase your number of posts :-) Romania is world-known as 100% legaly software usin`. Hahaha u fool. Make sense, don`t...
by TimeLord
Fri Apr 04, 2003 6:50 am
Forum: Archive
Topic: Problem with receiving file from XDCC bots in Eggdrop
Replies: 22
Views: 10900

Admin, close this thread now please. It was technical question, i don`t need any moralizin` bullshits.
by TimeLord
Fri Apr 04, 2003 3:31 am
Forum: Archive
Topic: Problem with receiving file from XDCC bots in Eggdrop
Replies: 22
Views: 10900

Shure thing.. but don't count on me in. A XDCC is and will be used for *illegal files transfer* in large channels and fr what you've said by a few users. Anyway, dosen't matter for what you use it, the main pourpose of it is the first thing I've mentioned. You can still use the *ftp* to do the same...
by TimeLord
Fri Apr 04, 2003 3:12 am
Forum: Archive
Topic: Problem with receiving file from XDCC bots in Eggdrop
Replies: 22
Views: 10900

Can you point out another usage of the XDCC thingy? Easy. Im on slow link (512Kb) and one of my bots is on 100Mb line. Im downloadin` files for example beta isos from debian server to 100Mb server and then to my other bot located on my slow line. Debian beta isos r changed frequently so if i`ll sta...
by TimeLord
Fri Apr 04, 2003 2:32 am
Forum: Archive
Topic: Problem with receiving file from XDCC bots in Eggdrop
Replies: 22
Views: 10900

Your bet is correct. I don't want to be involved in a illegal thing, even if I realy don't participate at it or by just giving some sugestions or something like this. Anyway, seems you have found the problem by yourself, congratulations. Next time pay a bit more attention to the .conf file or the s...