git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3411 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2006-03-02 01:04:41 +00:00
parent 406cbd2155
commit 274c648662

View File

@ -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;