]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules.cpp
Fix compile problems hopefully..
[user/henk/code/inspircd.git] / src / modules.cpp
index b44b2504ddc4ac02a07cf8fda7a9ee5c57791846..06fcf76d581422c7da097764a6c3a001dfff2ccc 100644 (file)
@@ -106,7 +106,7 @@ std::string Event::GetEventID()
 Module::Module(InspIRCd* Me) : ServerInstance(Me) { }
 Module::~Module() { }
 
-int                    Module::OnSendSnotice(char &snomask, std::string &type, const std::string &message) { return 0; }
+int            Module::OnSendSnotice(char &snomask, std::string &type, const std::string &message) { return 0; }
 void           Module::OnUserConnect(User*) { }
 void           Module::OnUserQuit(User*, const std::string&, const std::string&) { }
 void           Module::OnUserDisconnect(User*) { }