diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-01-18 23:49:23 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-01-18 23:49:23 +0000 |
commit | dce58b1611e275118d418bfb3b4402bd14d279dd (patch) | |
tree | e0c036dd49d629b7add3f079c17851198270f404 /src/modules/m_showwhois.cpp | |
parent | 98f2ecb01456dcb9b47bd0c89e88cd49d6d5205d (diff) |
Move lots of spanningtree items to commands
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12296 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_showwhois.cpp')
-rw-r--r-- | src/modules/m_showwhois.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_showwhois.cpp b/src/modules/m_showwhois.cpp index 2b27de388..2d65d1669 100644 --- a/src/modules/m_showwhois.cpp +++ b/src/modules/m_showwhois.cpp @@ -53,6 +53,7 @@ class WhoisNoticeCmd : public Command public: WhoisNoticeCmd(Module* Creator) : Command(Creator,"WHOISNOTICE", 1) { + flags_needed = FLAG_SERVERONLY; } void HandleFast(User* dest, User* src) |