diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/ns_ghost.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ns_ghost.c b/src/core/ns_ghost.c index 44678bbd4..ffca53cb4 100644 --- a/src/core/ns_ghost.c +++ b/src/core/ns_ghost.c @@ -22,6 +22,7 @@ class CommandNSGhost : public Command public: CommandNSGhost() : Command("GHOST", 1, 2) { + this->SetFlag(CFLAG_ALLOW_UNREGISTERED); } CommandReturn Execute(User *u, std::vector<std::string> ¶ms) |