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.

adding users with same hostmask

General support and discussion of Eggdrop bots.
Post Reply
s
starpossen
Op
Posts: 139
Joined: Tue Jan 10, 2006 1:08 am

adding users with same hostmask

Post by starpossen »

Hi, im using a choutcast script and it works great, and also adding users to the bot via partyline so I can set dj's works great, BUT, I have 2 users who have the same hostmask as they are using vhost:

nick1@somehost.com
nick2@somehost.com

It messes up, is there some way to add wildcards or something?
d
dwickie
Halfop
Posts: 76
Joined: Sat Aug 21, 2004 8:53 am
Location: /pub/beer

Re: adding users with same hostmask

Post by dwickie »

this is not exact hotmask format. Its like nick!ident@somehost.com. So yes, you can add different hotmasks using wildcards.
like:
*!*ident1@somehost.com
Nick*!*ident@somehost.com

etc.etc...
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Code: Select all

.+host <handle> nick!*@*
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
s
starpossen
Op
Posts: 139
Joined: Tue Jan 10, 2006 1:08 am

Post by starpossen »

Alchera, thanks, that did the trick.
This has been solved.
Post Reply