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 help

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
D
Danik
Halfop
Posts: 49
Joined: Sun Jun 15, 2008 12:59 pm
Location: Moldova
Contact:

!adduser help

Post by Danik »

I need to modify a little the .adduser commands in dcc

when i add an user to the egg, the eggdrop recognise the user this way *!dns@*.undernet.org ...

does anybody know how to change this thing so the eggdrop will recognise the user this way *!*@123.users.undernet.org
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

### adduser [!]<nickname> [handle]
Creates a new user record for a user on the channel, using their current
hostname. It's similar to a user /msg'ing the bot 'hello', except that no
information is sent to the user. If the bot already knows someone by that
nickname, and the user on the channel doesn't have a bot record, then it
does the equivalent of an 'ident' for that user--except that, again, no
information is sent to the user.

If the user is using a different nickname than the bot normally knows them
by, you can specify their "handle" (the nickname that the bot remembers
them by).

If you want to add a user using a static hostmask, prefix their nick
with a '!'. For example:

.adduser !Lamer

See also: deluser, +host, -host, +user, -user
So, just prefix the nick with ! and it should work like a charm. If this doesn't produce the desired result, there's always the +host and -host commands
NML_375
D
Danik
Halfop
Posts: 49
Joined: Sun Jun 15, 2008 12:59 pm
Location: Moldova
Contact:

Post by Danik »

I need this thing by default
D
Danik
Halfop
Posts: 49
Joined: Sun Jun 15, 2008 12:59 pm
Location: Moldova
Contact:

Post by Danik »

So, just prefix the nick with ! and it should work like a charm. If this doesn't produce the desired result, there's always the +host and -host commands
your command works a little different ex: *!user@full.host.tld

i need something like ex: *!*@full.host.tld
Post Reply