diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-05-09 18:43:48 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-05-09 18:43:48 +0000 |
commit | 118b2af99b9a6a3faf7ec6f91e66ada0183adf09 (patch) | |
tree | 503aa66f62885c964aced7c201837411b662bfa0 /src/modules | |
parent | 8888d8ef07529fcff1913a89be7dea72d731530b (diff) |
Don't route after nuking the user from orbit, there's no point (minor)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9683 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/m_saquit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_saquit.cpp b/src/modules/m_saquit.cpp index 485d03260..7766a40ed 100644 --- a/src/modules/m_saquit.cpp +++ b/src/modules/m_saquit.cpp @@ -47,7 +47,7 @@ class CommandSaquit : public Command return CMD_SUCCESS; ServerInstance->Users->QuitUser(dest, line); - return CMD_SUCCESS; + return CMD_LOCALONLY; } else { |