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.

user detection tcl...

Old posts that have not been replied to for several years.
Locked
j
jedis

Post by jedis »

Thanks ppslim, that fixed it :smile:

<font size=-1>[ This Message was edited by: jedis on 2001-10-14 17:55 ]</font>
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

No, it is the script.

In eggdrop, you are identified by a handle, not a nickname, this is because, you may not be using the same nickname every second.

You are passing a nickname to the matchattr command, when it requires a handle.

You should change your matchattr commands to use the users handle, rather than nickname.
Locked