From 6fe2d8af973dfb0c81f513e56488e39a4eea2fbf Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 5 Mar 2011 17:23:22 -0500 Subject: Removed nickrequests, instead have unconfirmed registrations. Also made ns_resetpass allow remote-id to get past things such as kill immed. --- modules/protocol/plexus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/protocol/plexus.cpp') diff --git a/modules/protocol/plexus.cpp b/modules/protocol/plexus.cpp index 9d360312e..a7ebabd86 100644 --- a/modules/protocol/plexus.cpp +++ b/modules/protocol/plexus.cpp @@ -526,7 +526,7 @@ bool event_encap(const Anope::string &source, const std::vector & if (u && nc) { u->Login(nc); - if (user_na && user_na->nc == nc) + if (user_na && user_na->nc == nc && user_na->nc->HasFlag(NI_UNCONFIRMED) == false) u->SetMode(NickServ, UMODE_REGISTERED); } } -- cgit