diff options
Diffstat (limited to 'src/modules/m_testnet.cpp')
-rw-r--r-- | src/modules/m_testnet.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules/m_testnet.cpp b/src/modules/m_testnet.cpp index 43c06978b..cd57cb52b 100644 --- a/src/modules/m_testnet.cpp +++ b/src/modules/m_testnet.cpp @@ -194,11 +194,6 @@ class CommandTest : public Command { IS_LOCAL(user)->CommandFloodPenalty += atoi(parameters[1].c_str()); } - else if (parameters[0] == "shutdown" && IS_LOCAL(user)) - { - int i = parameters.size() > 1 ? atoi(parameters[1].c_str()) : 2; - ServerInstance->SE->Shutdown(IS_LOCAL(user)->GetFd(), i); - } else if (parameters[0] == "check") { checkall(creator); |