]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_devoice.cpp
AMD64 warning 'fix' which tested fine when I added it seems to now...stop things...
[user/henk/code/inspircd.git] / src / modules / m_devoice.cpp
index ecae6a763ab62e3cdba1f12ea2a31d7990785918..3ea72de399c1a8e64ee0b0b47f883b77ff431772 100644 (file)
@@ -28,12 +28,12 @@ using namespace std;
 #include "channels.h"
 #include "modules.h"
 
-Server *Srv;
+static Server *Srv;
         
 class cmd_devoice : public command_t
 {
  public:
-       cmd_devoice () : command_t("DEVOICE", 'o', 2)
+       cmd_devoice () : command_t("DEVOICE", 0, 1)
        {
                this->source = "m_devoice.so";
        }