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 @ a lan party with some mask.

Old posts that have not been replied to for several years.
Locked
C
Cryte
Voice
Posts: 3
Joined: Wed Feb 11, 2004 3:54 pm

Adding users @ a lan party with some mask.

Post by Cryte »

We are running an IRC server at a lan party with an eggdrop bot, but when we have to add our new users (crew only) for getting op everywhere on the server we got to change all ip ranges (if it changes) and handles and hostmasks but here is my question.
Is it possible to make 1 user account with a ip range like 10.10.10.xxx till 10.10.xx.xx or something like that so all crew members can login and get op without complicated stuff and add everybody manually.

Hope someone understand my question and have a good tip or hint with commands for make this work.
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

It's not possible to add an ip range to eggdrop you would just have to add

Code: Select all

.+host nick *!*ident@10.10.*
This will be secure enough as these are lan ip's
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
C
Cryte
Voice
Posts: 3
Joined: Wed Feb 11, 2004 3:54 pm

Post by Cryte »

^DooM^ wrote:It's not possible to add an ip range to eggdrop you would just have to add

Code: Select all

.+host nick *!*ident@10.10.*
This will be secure enough as these are lan ip's
Ok thx, ill just do that. Little bit of copy/paste but i know what to do now, ty
Locked