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.

BlackTools TCL (Version 2.3)

Support & discussion of released scripts, and announcements of new releases.
Post Reply
User avatar
BLaCkShaDoW
Op
Posts: 120
Joined: Sun Jan 11, 2009 4:50 am
Location: Romania
Contact:

Post by BLaCkShaDoW »

in 3-4 hours i will put here a ftp link :P
BLaCkShaDoW Production @ WwW.TclScripts.Net
s
symbian001
Voice
Posts: 32
Joined: Sat Jan 17, 2009 1:13 pm

Post by symbian001 »

BLaCkShaDoW wrote:in 3-4 hours i will put here a ftp link :P
Good ! thank you :D
User avatar
BLaCkShaDoW
Op
Posts: 120
Joined: Sun Jan 11, 2009 4:50 am
Location: Romania
Contact:

Post by BLaCkShaDoW »

Your welcome :)
BLaCkShaDoW Production @ WwW.TclScripts.Net
User avatar
BLaCkShaDoW
Op
Posts: 120
Joined: Sun Jan 11, 2009 4:50 am
Location: Romania
Contact:

Post by BLaCkShaDoW »

Done
You can download BlacKTools 1.9 English Version from here


http://www.tclscripts.net/BlackTools.tcl
BLaCkShaDoW Production @ WwW.TclScripts.Net
s
symbian001
Voice
Posts: 32
Joined: Sat Jan 17, 2009 1:13 pm

Post by symbian001 »

BLaCkShaDoW wrote:Done
You can download BlacKTools 1.9 English Version from here


http://www.tclscripts.net/BlackTools.tcl
Nice work thank you :D
s
symbian001
Voice
Posts: 32
Joined: Sat Jan 17, 2009 1:13 pm

Post by symbian001 »

Hi BLaCkShaDoW
There is a bug still not corrected.
When I add some one, the bot add a wrong host.
Exemple :

Nickname _Exxor_ is : ~jeanpaul2@jeanPaul22.users.undernet.org
When I type .add admin _Exxor_ ,

Added _Exxor_ in my memory with host :*!*@_Exxor_.users.undernet.org

the host should be *!*@@jeanPaul22.users.undernet.org and not @_Exxor_.users.undernet.org
User avatar
BLaCkShaDoW
Op
Posts: 120
Joined: Sun Jan 11, 2009 4:50 am
Location: Romania
Contact:

Post by BLaCkShaDoW »

There is no bug
there are 2 commands !

one : .add level user
special for undernet will add *!*@user.undernet.org
you must specify the user from undernet
Example : the user has user @ X Enemy
we type .add op Enemy
and the bot : Aded user Enemy with host *!*@Enemy.users.undernet.org



the second one

.addnick level nick
the bot takes the nick`s host and addhim into his database
example
The nick is Behave and has the host *!*dns@ter.users.undernet.org
we type .addnick op behave
and the bot : added user behave with host *!*dns@ter.users.undernet.org
takes the ident @ host
I hope you undertand now :P
BLaCkShaDoW Production @ WwW.TclScripts.Net
s
symbian001
Voice
Posts: 32
Joined: Sat Jan 17, 2009 1:13 pm

Post by symbian001 »

ok I seeeee lol exuse me :p
User avatar
BLaCkShaDoW
Op
Posts: 120
Joined: Sun Jan 11, 2009 4:50 am
Location: Romania
Contact:

Post by BLaCkShaDoW »

There is no problem :P
BLaCkShaDoW Production @ WwW.TclScripts.Net
N
Nathema
Voice
Posts: 15
Joined: Wed May 13, 2009 6:25 am
Location: The Netherlands
Contact:

Post by Nathema »

Even on quakenet it uses above hostmasks. With ever changing nicks and no nickserv available and most of the time not Qauthed users, i prefer the standard eggdrop hostmask.

Seems i have to dive into the code.
User avatar
BLaCkShaDoW
Op
Posts: 120
Joined: Sun Jan 11, 2009 4:50 am
Location: Romania
Contact:

Post by BLaCkShaDoW »

You can change the hostmask as you like :P If you need to change something on BlackTools special for quake net just tell me :P

And please put here your opinion about BlackToolS:P
BLaCkShaDoW Production @ WwW.TclScripts.Net
s
symbian001
Voice
Posts: 32
Joined: Sat Jan 17, 2009 1:13 pm

Post by symbian001 »

There is another problem :
Eggdrop can't add handle with more than 9 carracter
so I got an error when I try to add jeanPaul22
There is an option in eggdrop.conf to change that ?
User avatar
BLaCkShaDoW
Op
Posts: 120
Joined: Sun Jan 11, 2009 4:50 am
Location: Romania
Contact:

Post by BLaCkShaDoW »

Well i think your arhive was compiled with 9 characters.
if you want and can compile the arhive again..get the arhive from geteggdrop.com , then untill you use ./configure , go in the director src using cd src , then pico eggdrop.h and look for set ..handle or NICKMAX 9 then replace the 9 with 12.then type cd .. and compile the egg again and you will have the nick with 12 chars.
well if you cant compile the arhiva again..a solution is to add the user like this : the user is BLaCKShaDoW - > .add op BLaCkShaD
then the host will be *!*@BLaCKShaD.users.undernet.org
then use .delhost BLaCkShaD *!*@BLaCKShaD.users.undernet.org (removes host)
and the use .addhost BLaCkShaD *!*@BlaCKShaDoW.users.undernet.org (adds host)
These are the posibilites :P
BLaCkShaDoW Production @ WwW.TclScripts.Net
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

For nicknames;
# This setting allows you to specify the maximum nick-length supported by your
# network. The default setting is 9. The maximum supported length by Eggdrop
# is 32.
#set nick-len 9
In the case for handles (usernames), you'd have to edit eggdrop.h, alter the HANDLEN macro and recompile. Doing this will make your bot unable to link with any other eggdrop that don't have the exact same value for HANDLEN, and will render your old userfile useless.
NML_375
s
symbian001
Voice
Posts: 32
Joined: Sat Jan 17, 2009 1:13 pm

Post by symbian001 »

Thanks for your help but I'm usining a windrop.
I don't see eggdrop.h and nick-len is set to 12.
Post Reply