diff options
Diffstat (limited to 'src/modules/m_check.cpp')
-rw-r--r-- | src/modules/m_check.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp index b8dc89f7c..54abe0940 100644 --- a/src/modules/m_check.cpp +++ b/src/modules/m_check.cpp @@ -26,7 +26,7 @@ using namespace std; /* $ModDesc: Provides the /check command to retrieve information on a user, channel, or IP address */ -extern InspIRCd* ServerInstance; + class cmd_check : public command_t { |