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.

changing the mask eggdrop uses to introduce new users

Help for those learning Tcl or writing their own scripts.
Post Reply
r
roughnecks
Voice
Posts: 33
Joined: Sun Sep 14, 2008 9:33 am
Location: Italy

changing the mask eggdrop uses to introduce new users

Post by roughnecks »

hi, is it possible to have a new user identified by nick!user@*.host, rather than *!user@*.host when the bot adds him/her to the userlist ?

Thanks :roll:
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Your best option would probably be to add the hostmask manually, using .+user and .+host, rather than using the .adduser command.

As for automatically created records, you might be able to achieve something like this using "common userrecords". For this, you need to create a dummy record with a hostmask matching any user that would use a common userrecord (something like *!*@somehost.com). This dummy then needs the c userflag (common), and no further flags. See ".help common" and ".help whois" for further information.
NML_375
Post Reply