diff options
Diffstat (limited to 'src/modules/m_sajoin.cpp')
-rw-r--r-- | src/modules/m_sajoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_sajoin.cpp b/src/modules/m_sajoin.cpp index d73e29f7b..c1112cab8 100644 --- a/src/modules/m_sajoin.cpp +++ b/src/modules/m_sajoin.cpp @@ -27,7 +27,7 @@ using namespace std; /* $ModDesc: Provides support for unreal-style SAJOIN command */ -extern InspIRCd* ServerInstance; + class cmd_sajoin : public command_t { |