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.

Clones Tcl

Old posts that have not been replied to for several years.
Y
Yoda
Halfop
Posts: 78
Joined: Thu Oct 24, 2002 2:57 am
Location: Milano, Italy
Contact:

Post by Yoda »

PS: I use alltools.tcl
T
Thor

Post by Thor »

what's your network ? #chan ?
T
Thor

Post by Thor »

i will come !
Y
Yoda
Halfop
Posts: 78
Joined: Thu Oct 24, 2002 2:57 am
Location: Milano, Italy
Contact:

Post by Yoda »

www.chatitalia.net

enter in chat, I'm Mauro
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

I have found the problem.

Code: Select all

if {[string match [strlwr $userhost] [strlwr "$user![getchanhost $user $chan]"]} {
should be

Code: Select all

if {[string match [strlwr $userhost] [strlwr "$user![getchanhost $user $chan]"]]} {
Last ] was missing.
Y
Yoda
Halfop
Posts: 78
Joined: Thu Oct 24, 2002 2:57 am
Location: Milano, Italy
Contact:

Post by Yoda »

now it works, but he detected only the bot as clone :D and dont give channel message but only a message in party line

I did tests join channel with many nicks but nothing happened.
Locked