X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_setidle.cpp;h=af0bc2c647a8ce58194870f1953ca19b2c5d6aad;hb=9dd72b7003963d868a23da930a91300b49ab4959;hp=ffa84d479e9f18bcb8bc02cb0f34a68f51f06cc3;hpb=2e2d1fae4844088f7e0b9a71116e0eb3e149e4cc;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_setidle.cpp b/src/modules/m_setidle.cpp index ffa84d479..af0bc2c64 100644 --- a/src/modules/m_setidle.cpp +++ b/src/modules/m_setidle.cpp @@ -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: * * @@ -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 {