diff options
Diffstat (limited to 'src/modules/m_setidle.cpp')
-rw-r--r-- | src/modules/m_setidle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_setidle.cpp b/src/modules/m_setidle.cpp index 9b22506ac..8bc790fca 100644 --- a/src/modules/m_setidle.cpp +++ b/src/modules/m_setidle.cpp @@ -26,7 +26,7 @@ using namespace std; /* $ModDesc: Allows opers to set their idle time */ -extern InspIRCd* ServerInstance; + class cmd_setidle : public command_t { |