mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
mlock: fix style nitpicks
This commit is contained in:
parent
9ceb6cc779
commit
69ea5fa588
@ -18,7 +18,8 @@
|
||||
|
||||
#include "inspircd.h"
|
||||
|
||||
class ModuleMLock : public Module {
|
||||
class ModuleMLock : public Module
|
||||
{
|
||||
private:
|
||||
StringExtItem mlock;
|
||||
|
||||
@ -27,8 +28,7 @@ public:
|
||||
|
||||
void init()
|
||||
{
|
||||
Implementation eventlist[] = { I_OnPreMode };
|
||||
ServerInstance->Modules->Attach(eventlist, this, 1);
|
||||
ServerInstance->Modules->Attach(I_OnPreMode, this);
|
||||
}
|
||||
|
||||
Version GetVersion()
|
||||
|
Loading…
x
Reference in New Issue
Block a user