diff options
| author | 2005-12-16 18:48:07 +0000 | |
|---|---|---|
| committer | 2005-12-16 18:48:07 +0000 | |
| commit | 347e25f83d2d8403851e8bdcbf27d987abbd8fd5 (patch) | |
| tree | 6eff73c25154ac55bfe4167abd79011ac3f06b61 /src/modules/m_testcommand.cpp | |
| parent | Added support for new command system (diff) | |
Last set of modules converted to new command system
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2538 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_testcommand.cpp')
| -rw-r--r-- | src/modules/m_testcommand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_testcommand.cpp b/src/modules/m_testcommand.cpp index 15405d80c..9e1da629a 100644 --- a/src/modules/m_testcommand.cpp +++ b/src/modules/m_testcommand.cpp @@ -28,7 +28,7 @@ Server *Srv; class cmd_woot : public command_t { public: - cmd_woot () : command_t("WOOT", 0, 0); + cmd_woot () : command_t("WOOT", 0, 0) { this->source = "m_testcommand.so"; } |
