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 1.9 English

Support & discussion of released scripts, and announcements of new releases.
Post Reply
k
kevinb
Voice
Posts: 3
Joined: Wed Dec 02, 2009 3:05 pm

BlackTools 1.9 English

Post by kevinb »

Hey all trying to get some help with the Blacktools 1.9 version. Im running the latest version of eggdrop, copied the file to the scripts directory and added the entry in the eggdrop.conf file. When I start eggdrop it says it loaded blacktools by blackshadow with no errors so as far as I can tell its loading ok. However none of the commands seem to work or be recognized. I have tried this from DCC'ing into the bot and running .h or one of the other commands listed in the scripts, but nothing works or is recognized. I have also tried /msg <botname> .h or other command, same thing, nothing works. Am I missing something here? There seems to be no documentation on how this works or needs to be installed other than what info is in the script itself. I left 2 PM's for blackshadow a couple of days ago on his forms but it looks like he hasnt read them yet and I have no replies from him, so I'm hoping someone here can help me get this working. :( TIA to all for your help.

Kevin
w
while
Voice
Posts: 34
Joined: Sat Jul 11, 2009 9:05 am
Location: beat mort

Post by while »

bind pub nm|MSNAVO $edu(cmdchar)h pub:h
so it should work. do you have global or local acces to the eggdrop. if you have global n to the bot all the commands work. On what host do you have the access? did you had mode +x?
:)
k
kevinb
Voice
Posts: 3
Joined: Wed Dec 02, 2009 3:05 pm

Post by kevinb »

While,
It's my bot running on my linux box here, sitting in my channel so I have full control over it. Where should I put the bind command? In the eggdrop.conf file? If so, is there a particular place I need to add it? Thanks.

Kevin
k
kevinb
Voice
Posts: 3
Joined: Wed Dec 02, 2009 3:05 pm

One other thing....

Post by kevinb »

I see a bunch of references in the code for undernet. I am on freenode, so does that mean this isnt going to work for me anyway?

Kevin
User avatar
BLaCkShaDoW
Op
Posts: 120
Joined: Sun Jan 11, 2009 4:50 am
Location: Romania
Contact:

hi

Post by BLaCkShaDoW »

try the English Version of 2.0.
Link : http://www.tclscripts.net/downloads.php ... load_id=50
BLaCkShaDoW Production @ WwW.TclScripts.Net
w
while
Voice
Posts: 34
Joined: Sat Jul 11, 2009 9:05 am
Location: beat mort

Post by while »

yes kevinb, the tcl is mainly designed for undernet and it is a posibility that is why some things in the tcl or commands wont work. you could try the 2.0 version to see if the problem persists
:)
B
Behemoth
Voice
Posts: 20
Joined: Mon May 19, 2008 7:23 am
Location: Mauritius
Contact:

Post by Behemoth »

Hello BlackShadow
first of all, i wanna thnk u for this remarkable work you have done.. undoubtedly of the best i have delt with so far ( no offence to the others which indeed have been of great use )

but i am having some trouble with the v2.0( Eng Version of course )

(1)in PL am having this :

Code: Select all

 Tcl error [publicadd]: No such user.
.set Tcl error [publicadd]: No such user.
Error: wrong # args: should be "adduserpublic nick host hand chan arg" 
(2)in PL am having this too :

Code: Select all

  Tcl error [adduserpublic]: No such user.
.set Tcl error [adduserpublic]: No such user.
Error: wrong # args: should be "adduserpublic nick host hand chan arg" 
i havent checked if there is any more bugs... it would be kind of you if you could check it out for me plz..

Anticipating in advance, thnk u very much
regards

Behemoth
Http://optix-pro.labrute.fr/
Http://ircaz.fr/

Losers Always Whine About Their Best, But Winners Go Home And F*** The Prom Queen!
User avatar
BLaCkShaDoW
Op
Posts: 120
Joined: Sun Jan 11, 2009 4:50 am
Location: Romania
Contact:

Post by BLaCkShaDoW »

Behemoth wrote:Hello BlackShadow
first of all, i wanna thnk u for this remarkable work you have done.. undoubtedly of the best i have delt with so far ( no offence to the others which indeed have been of great use )

but i am having some trouble with the v2.0( Eng Version of course )

(1)in PL am having this :

Code: Select all

 Tcl error [publicadd]: No such user.
.set Tcl error [publicadd]: No such user.
Error: wrong # args: should be "adduserpublic nick host hand chan arg" 
(2)in PL am having this too :

Code: Select all

  Tcl error [adduserpublic]: No such user.
.set Tcl error [adduserpublic]: No such user.
Error: wrong # args: should be "adduserpublic nick host hand chan arg" 
i havent checked if there is any more bugs... it would be kind of you if you could check it out for me plz..

Anticipating in advance, thnk u very much
regards

Behemoth
Well i have to say that i tested the script and it works..but if i am right you cold have an eggdrop archive that has a handle of 9, and you are trying to add a handle +9 therefore that its why the eggdrop is giving this particulary error.You should try to add users with a max of 9 chars.
or a way to add users with +9 is this one :
Per example we have user with the name : TheDarkLord
To add him we execute :
.add op Lord
The eggdrop will add the user lord with hostmask *!*@Lord.users.undernet.org (per example)
Then we add the hostmask to Lord
.addhost Lord *!*@TheDarkLord.users.undernet.org
and then we erase the first hostmask from Lord
.delhost Lord *!*@Lord.users.undernet.org
That is a way to add +9 handle.
Try it.
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 »

well in 2.1 it will have support for arhives without 12 caracters.
BLaCkShaDoW Production @ WwW.TclScripts.Net
Post Reply