diff options
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/m_spy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spy.cpp b/src/modules/m_spy.cpp index fb2fededc..f23dfa917 100644 --- a/src/modules/m_spy.cpp +++ b/src/modules/m_spy.cpp @@ -123,7 +123,7 @@ class cmd_spynames : public command_t this->source = "m_spy.so"; } - void cmd_spynames::Handle (char **parameters, int pcnt, userrec *user) + void Handle (char **parameters, int pcnt, userrec *user) { chanrec* c; |