| View previous topic :: View next topic |
| Author |
Message |
Danik Halfop
Joined: 15 Jun 2008 Posts: 49 Location: Moldova
|
Posted: Mon Sep 08, 2008 4:22 pm Post subject: !adduser help |
|
|
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 |
|
| Back to top |
|
 |
nml375 Revered One
Joined: 04 Aug 2006 Posts: 2857
|
Posted: Mon Sep 08, 2008 7:13 pm Post subject: |
|
|
| Quote: | ### 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, idling at #eggdrop@IrcNET |
|
| Back to top |
|
 |
Danik Halfop
Joined: 15 Jun 2008 Posts: 49 Location: Moldova
|
Posted: Tue Sep 09, 2008 12:07 pm Post subject: |
|
|
| I need this thing by default |
|
| Back to top |
|
 |
Danik Halfop
Joined: 15 Jun 2008 Posts: 49 Location: Moldova
|
Posted: Tue Sep 09, 2008 12:10 pm Post subject: |
|
|
| Quote: | | 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 |
|
| Back to top |
|
 |
|