mirror of
https://github.com/anope/anope.git
synced 2026-07-01 23:26:38 +02:00
Fix problems with registration being denied, thanks Adam.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2114 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -8,6 +8,7 @@ Provided by Ankit <ankit@nevitus.com> - 2009
|
||||
F Segfault on shutdown
|
||||
|
||||
Provided by Adam <adam@anope.org> - 2009
|
||||
F NickServ registration is sometimes denied.
|
||||
F Applied patch from Adam to fix some potential screwups
|
||||
F More fixes to bs_bot from Adam, plus an extra fix within DoAdd not covered in Adam's patch.
|
||||
F Fix bs_bot to use the correct parameters, patch from Adam.
|
||||
|
||||
@@ -30,11 +30,13 @@ int NSEmailMax = 0;
|
||||
|
||||
static Module *me;
|
||||
|
||||
// XXX: This should probably use an event one day.
|
||||
class CommandNSRegister : public Command
|
||||
{
|
||||
public:
|
||||
CommandNSRegister() : Command("REGISTER", 2, 2)
|
||||
{
|
||||
this->SetFlag(CFLAG_ALLOW_UNREGISTERED);
|
||||
}
|
||||
|
||||
CommandReturn Execute(User *u, std::vector<std::string> ¶ms)
|
||||
|
||||
Reference in New Issue
Block a user