mirror of
https://github.com/anope/anope.git
synced 2026-07-07 03:23:13 +02:00
Fixed compile errors on release build
This commit is contained in:
@@ -322,7 +322,7 @@ class InspircdIRCdMessage : public IRCdMessage
|
||||
user->SetCloakedHost(params[3]);
|
||||
|
||||
NickAlias *na = findnick(user->nick);
|
||||
Anope::string *svidbuf = na ? na->nc->GetExt<Anope::string *>("authenticationtoken") : NULL;
|
||||
Anope::string *svidbuf = na ? na->nc->GetExt<ExtensibleString *>("authenticationtoken") : NULL;
|
||||
if (na && svidbuf && *svidbuf == params[0])
|
||||
{
|
||||
user->Login(na->nc);
|
||||
|
||||
Reference in New Issue
Block a user