diff options
| author | 2007-08-03 21:22:40 +0000 | |
|---|---|---|
| committer | 2007-08-03 21:22:40 +0000 | |
| commit | 2bb30c6f5aea0b237384782fb5cabfdac94fdffd (patch) | |
| tree | 44966206d12d75414bb1ccf7eb39add26f8f5cdd /src/modules/m_spy.cpp | |
| parent | mark 7637 as merged (diff) | |
Backport 7641 manually via patch file. I'm off for pleasures of the flesh, cyall. :P
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7642 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spy.cpp')
| -rw-r--r-- | src/modules/m_spy.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_spy.cpp b/src/modules/m_spy.cpp index 20b59977c..b33a0ba54 100644 --- a/src/modules/m_spy.cpp +++ b/src/modules/m_spy.cpp @@ -93,7 +93,7 @@ class cmd_spylist : public command_t user->WriteServ("323 %s :End of channel list.",user->nick); /* Dont send out across the network */ - return CMD_FAILURE; + return CMD_LOCALONLY; } }; @@ -132,7 +132,7 @@ class cmd_spynames : public command_t user->WriteServ("401 %s %s :No such nick/channel",user->nick, parameters[0]); } - return CMD_FAILURE; + return CMD_LOCALONLY; } }; |
