summaryrefslogtreecommitdiff
path: root/src/modules/m_close.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_close.cpp')
-rw-r--r--src/modules/m_close.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_close.cpp b/src/modules/m_close.cpp
index 9514cd809..1da88c3d5 100644
--- a/src/modules/m_close.cpp
+++ b/src/modules/m_close.cpp
@@ -58,7 +58,7 @@ class CommandClose : public Command
else
user->WriteServ("NOTICE %s :*** No unknown connections found",user->nick.c_str());
- return CMD_LOCALONLY;
+ return CMD_SUCCESS;
}
};