mlock: fix style nitpicks

This commit is contained in:
William Pitcock 2012-05-16 12:34:23 -05:00
parent 9ceb6cc779
commit 69ea5fa588

View File

@ -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()