]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_setidle.cpp
Gah, im forgetting to SetMode!
[user/henk/code/inspircd.git] / src / modules / m_setidle.cpp
index ffa84d479e9f18bcb8bc02cb0f34a68f51f06cc3..af0bc2c647a8ce58194870f1953ca19b2c5d6aad 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  Inspire is copyright (C) 2002-2004 ChatSpike-Dev.
+ *  InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
  *                       E-mail:
  *                <brain@chatspike.net>
  *               <Craig@chatspike.net>
@@ -25,7 +25,7 @@ using namespace std;
 
 /* $ModDesc: Allows opers to set their idle time */
 
-Server *Srv = NULL;
+static Server *Srv = NULL;
 
 class cmd_setidle : public command_t
 {