]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sethost.cpp
Fix all typos (not as fun as 'kill all humans' but meh, beggers cant be choosers)
[user/henk/code/inspircd.git] / src / modules / m_sethost.cpp
index 7bc01e118934dbeaae4392af578f8d8dd8a0b33d..7244ba6def82365e11b254354620c4dc3f172f8f 100644 (file)
@@ -25,7 +25,7 @@ using namespace std;
 
 /* $ModDesc: Provides support for the SETHOST command */
 
-Server *Srv;
+static Server *Srv;
 
 class cmd_sethost : public command_t
 {