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.

adduser causes nick2hand to malfunction on v1.6.8

Old posts that have not been replied to for several years.
Locked
N
NeM

Post by NeM »

Check out this snippet of the bot log:
(myb0t): [18:20] #mynick# (#mychannel) channel
(myb0t): Channel #mychannel, 3 members, mode +tnl 17:
(myb0t): Channel Topic: Welcome.
(myb0t): (n = owner, m = master, o = op, d = deop, b = bot)
(myb0t): NICKNAME HANDLE JOIN IDLE USER@HOST
(myb0t): @myb0t mybot 00:09 B <- it's me!
(myb0t): othrnick * 15:33 aha@.dnu43.somewhere.com
(myb0t): +LennyK LabMouse 15:46 M 45m nem@elsewhere.net
(myb0t): End of channel info.
(mynick): .tcl nick2hand lennyk #mychannel
(myb0t): TCL: LabMouse
(mynick): .adduser othrnick
(myb0t): Added [othrnick]*!aha@*.somewhere.com with no password
(myb0t): [18:20] #mynick# adduser othrnick
(mynick): .tcl nick2hand lennyk #mychannel
(myb0t): TCL: *
(myb0t): [18:21] #mynick# (#mychannel) channel
(myb0t): Channel #mychannel, 3 members, mode +tnl 17:
(myb0t): Channel Topic: Welcome.
(myb0t): (n = owner, m = master, o = op, d = deop, b = bot)
(myb0t): NICKNAME HANDLE JOIN IDLE USER@HOST
(myb0t): @myb0t mybot 00:09 B <- it's me!
(myb0t): othrnick * 15:33 aha@.dnu43.somewhere.com
(myb0t): +LennyK LabMouse 15:46 M 45m nem@elsewhere.net
(myb0t): End of channel info.
(mynick): .tcl nick2hand lennyk #mychannel
(myb0t): TCL: LabMouse

As you can see, above, the nick2hand function fails when adduser is used. Eggdrop flaw maybe? Thanks.
N
NeM

Post by NeM »

By the way, nick2hand also malfunctions when using .+user, .-user and when using .-host from a remote userfile-share-connected bot. It could be malfunctioning from other commands I don't know of too.
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

This has been discussed previously if I remember .. also 1.6.9 is out and corrects the broken nick2hand, hand2nick commands.

http://www.geteggdrop.com for the latest eggdrop.
Locked