Brains law of coding #1: There will always be typos in the simplest of code if you commit in a rush

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1095 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2005-04-14 18:15:35 +00:00
parent f057bf32b9
commit cff3a40e0b

View File

@ -47,7 +47,7 @@ class ModuleConnLUSERS : public Module
virtual void OnUserConnect(userrec* user)
{
CallCommandHandler("LUSERS", NULL, 0, user);
Srv->CallCommandHandler("LUSERS", NULL, 0, user);
}
};