mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
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:
parent
f057bf32b9
commit
cff3a40e0b
@ -47,7 +47,7 @@ class ModuleConnLUSERS : public Module
|
||||
|
||||
virtual void OnUserConnect(userrec* user)
|
||||
{
|
||||
CallCommandHandler("LUSERS", NULL, 0, user);
|
||||
Srv->CallCommandHandler("LUSERS", NULL, 0, user);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user