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.

Error on BlackIP-TCL by BLaCkShaDoW.

Help for those learning Tcl or writing their own scripts.
Post Reply
s
smolder
Voice
Posts: 11
Joined: Mon Jul 06, 2015 7:42 pm

Error on BlackIP-TCL by BLaCkShaDoW.

Post by smolder »

Hello,
I've downloaded the script from https://github.com/tclscripts/BlackIP-TCL-script
Tried to active the the script by typing these two commands...
.chanset #channel +ip | BlackTools : .set +ip
.chanset +ip | from BlackTools: .set #channel +ip

But getting this error...
Error trying to set | for #channel, invalid option

Any help please?

P.s: I am using eggdrop 1.6.21
User avatar
Ezekiel
Voice
Posts: 21
Joined: Tue Dec 16, 2014 8:05 am

Post by Ezekiel »

First of all you shold try one of those 2 commands to activate the script, not both together.

#1 use .chanset #channel +ip
or
#2 if you use BlackTools tcl: .set +ip

anyway, you should try the new version from here http://www.tclscripts.net/files/file/5-blackiptcl/
http://tclscripts.net - home of BlackTools.tcl the most complete channel management script who can manage channels from all the IRC networks.
s
smolder
Voice
Posts: 11
Joined: Mon Jul 06, 2015 7:42 pm

Post by smolder »

Thank you for reply Ezekiel,
Script is activated with .chanset #channel +ip
But !ip command is not responding, i've tried with ip, host & nickname
but none of them are working.
Only "!ip version" command prints version info.
Please help.
anyway, you should try the new version from here http://www.tclscripts.net/files/file/5-blackiptcl/
The download link is broken.
http://time2go.do.am/April/2018/BlackIP1.8.tar.gz
Regards,
User avatar
Ezekiel
Voice
Posts: 21
Joined: Tue Dec 16, 2014 8:05 am

Post by Ezekiel »

** http & tls packages are REQUIRED for this script to work

To work, put the two tcl's in config from the archive: json.tcl , http.tcl (if your don't have them instaled on you machine)

Link updated..
http://tclscripts.net - home of BlackTools.tcl the most complete channel management script who can manage channels from all the IRC networks.
s
smolder
Voice
Posts: 11
Joined: Mon Jul 06, 2015 7:42 pm

Post by smolder »

Nopes, still not working for me.

Downloaded the new script from http://www.tclscripts.net/files/file/5-blackiptcl/
Already added json.tcl, http.tcl and BlackIP.tcl n config.
Activated script .chanset #channel +ip
Tls package is installed in system.
but no luck.
What am I missing :?:
s
smolder
Voice
Posts: 11
Joined: Mon Jul 06, 2015 7:42 pm

Post by smolder »

Code: Select all

Eggdrop v1.6.21 (C) 1997 Robey Pointer (C) 2011 Eggheads
[01:21:53] --- Loading eggdrop v1.6.21 (Sat Nov 10 2018)
[01:21:53] Listening at telnet port xxxx(all).
[01:21:53] Module loaded: blowfish
[01:21:53] Module loaded: dns
[01:21:53] Module loaded: channels
[01:21:53] Module loaded: server
[01:21:53] Module loaded: ctcp
[01:21:53] Module loaded: irc
[01:21:53] Module loaded: transfer         (with lang support)
[01:21:53] Module loaded: share
[01:21:53] Module loaded: compress
[01:21:53] Module loaded: notes            (with lang support)
[01:21:53] Module loaded: console          (with lang support)
[01:21:53] Module loaded: assoc            (with lang support)
[01:21:53] Module loaded: wire             (with lang support)
[01:21:53] Loading dccwhois.tcl...
[01:21:53] Loaded dccwhois.tcl
[01:21:53] http v2.4.5 loaded
[01:21:53] BlackIP v1.8 (IPv6 support) coded by BLaCkShaDoW (wWw.TCLScriptS.NeT): Loaded & initialized..
[01:21:53] incith-pisg-r82: loaded.
[01:21:53] Auto MSG By Dorin @ IRCStar.Org Loaded
[01:21:53] Writing channel file...
[01:21:53] Userfile loaded, unpacking...
[01:21:53] === smolder: 2 channels, 1 users.
Launched into the background  (pid: 20315)
Even though json.tcl is in config but it's not showing up when bot loads.
User avatar
Ezekiel
Voice
Posts: 21
Joined: Tue Dec 16, 2014 8:05 am

Post by Ezekiel »

[01:21:53] BlackIP v1.8 (IPv6 support) coded by BLaCkShaDoW (wWw.TCLScriptS.NeT): Loaded & initialized..

It's there, look better...
http://tclscripts.net - home of BlackTools.tcl the most complete channel management script who can manage channels from all the IRC networks.
Post Reply