X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_sajoin.cpp;h=2471efe91fae41e54c8c34d24b138217a87c5d7f;hb=9dd72b7003963d868a23da930a91300b49ab4959;hp=6883ee5c4fa417282fee401f359eaedeb88b7309;hpb=55fb146227c4277a1c0906de496659f9b52c1353;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_sajoin.cpp b/src/modules/m_sajoin.cpp index 6883ee5c4..2471efe91 100644 --- a/src/modules/m_sajoin.cpp +++ b/src/modules/m_sajoin.cpp @@ -25,7 +25,7 @@ using namespace std; /* $ModDesc: Provides support for unreal-style SAJOIN command */ -Server *Srv; +static Server *Srv; class cmd_sajoin : public command_t {