diff options
Diffstat (limited to 'src/modules/m_chghost.cpp')
-rw-r--r-- | src/modules/m_chghost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_chghost.cpp b/src/modules/m_chghost.cpp index b4d7e53c8..378c05ece 100644 --- a/src/modules/m_chghost.cpp +++ b/src/modules/m_chghost.cpp @@ -26,7 +26,7 @@ using namespace std; /* $ModDesc: Provides support for the CHGHOST command */ -extern InspIRCd* ServerInstance; + class cmd_chghost : public command_t { |