diff options
-rw-r--r-- | src/modules/m_spy.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_spy.cpp b/src/modules/m_spy.cpp index 7c91119b7..f0c361d82 100644 --- a/src/modules/m_spy.cpp +++ b/src/modules/m_spy.cpp @@ -127,7 +127,6 @@ class cmd_spynames : public command_t { ServerInstance->WriteOpers("*** Oper %s used SPYNAMES to view the users on %s", user->nick, parameters[0]); spy_userlist(user,c); - user->WriteServ("366 %s %s :End of /NAMES list.", user->nick, c->name); } else { |