what is this?

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
meriva
Posts: 7
Joined: Tue Dec 21, 2004 9:41 pm

what is this?

Post by meriva »

i used this --> /ns register *** ****@***.com

-NickServ- please wait for 15 seconds and use REGISTER command again.

how can i do this for my site :oops:
heinz
Posts: 90
Joined: Mon Mar 08, 2004 4:08 pm
Location: United Kingdom
Contact:

Post by heinz »

I know the people who run this forum discourage just 'rtfm', so, i'll try and add a bit more meat to it.

Open example.conf, and search for NSRegDelay

*EDIT* Also see NickRegDelay to prevent users from connecting and automatically registering.

(Assuming you use Anope, because you never said WHAT Services package you used :roll:)
Chris Hogben
Chief Tester, QA Team - Anope IRC Services
Co-Owner - PhpMemX.Net
meriva
Posts: 7
Joined: Tue Dec 21, 2004 9:41 pm

Post by meriva »

ircservices
heinz
Posts: 90
Joined: Mon Mar 08, 2004 4:08 pm
Location: United Kingdom
Contact:

Post by heinz »

You can still search the example.conf for anything with 'Delay' in it, and read the description about each option.

If it's in there, it's going to be under the Nickserv section somewhere.
Chris Hogben
Chief Tester, QA Team - Anope IRC Services
Co-Owner - PhpMemX.Net
Ron2K

Post by Ron2K »

From someone who uses IRCServices...

Open up modules.conf, and look for these directives:

Code: Select all

# NSRegDelay <time>  [RECOMMENDED]
# Sets the minimum length of time between consecutive uses of the
# REGISTER command.  If not given, this restriction is disabled.
#
# WARNING: Not setting NSRegDelay, or setting it too low, will not
# only allow "registration flooding", but, if the
# mail-auth module is also loaded, will also allow users
# to abuse this command to send large quantities of mail
# (mailbombs) to arbitrary users!

NSRegDelay		5m

# NSInitialRegDelay <time>  [OPTIONAL]
# Sets the minimum length of time the user must be connected before
# using the REGISTER command for the first time.  If not given,
# this restriction is disabled.  This option can be helpful in
# preventing malicious bots from flooding your network with
# registrations.

#NSInitialRegDelay	30s
And modify to suit your needs.

(I included the default settings for you)
Locked