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.

Question about Hostmask and adduser

General support and discussion of Eggdrop bots.
Post Reply
u
umme
Voice
Posts: 7
Joined: Tue Apr 25, 2006 8:20 am

Question about Hostmask and adduser

Post by umme »

Hi there!

I have a question / problem. I want to add users to my eggdrop on Quakenet. The bot usually does "*!identd@host" but I read that this isn't really safe and I want to make the bot recognize new users by their auth, so *!ident@auth.* or something like that.

I am really bad in that so I would appreciate your help!
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

http://www.egghelp.org/commands/core.htm#+user

+user <nickname> [hostmask]

Creates a new user record for the nickname given, with one entry in the hostmask table. The new user record will have no flags (i.e. not be a master, op, friend, etc) and no password.

Examples

.+user newbie *!new@*.somewhere.net



So just .+user handle *!ident@auth.*
u
umme
Voice
Posts: 7
Joined: Tue Apr 25, 2006 8:20 am

Post by umme »

TY that helped!
T
Torrevado
Op
Posts: 101
Joined: Wed Aug 02, 2006 6:29 pm

about adding users...

Post by Torrevado »

I have a question about adding users too...
Would it be any way to add users without entering hostmask?, I mean add a user by nick (just the nick)

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

Post by nml375 »

In dcc:

Code: Select all

.+user <handle>
.+host <handle> <nick>!*@*
Where handle be whatever you wish to call the new user account...
NML_375
Post Reply