mirror of
https://github.com/anope/anope.git
synced 2026-07-05 16:43:12 +02:00
Reworked live SQL support yet again
This commit is contained in:
@@ -30,7 +30,7 @@ class CommandNSGhost : public Command
|
||||
|
||||
User *u = source.u;
|
||||
User *user = finduser(nick);
|
||||
NickAlias *na = findnick(nick);
|
||||
const NickAlias *na = findnick(nick);
|
||||
|
||||
if (!user)
|
||||
source.Reply(NICK_X_NOT_IN_USE, nick.c_str());
|
||||
|
||||
Reference in New Issue
Block a user