]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules.cpp
m_spy no longer implements SPYNAMES, instead it overrides normal NAMES on the event...
[user/henk/code/inspircd.git] / src / modules.cpp
index d4e56f3fb995885eb21fd904d2e7c6efff385a99..8f32e94acc541054fd1b19fb1713c64fcd6daa70 100644 (file)
@@ -109,7 +109,7 @@ std::string Event::GetEventID()
 void           Module::OnUserConnect(User*) { }
 void           Module::OnUserQuit(User*, const std::string&, const std::string&) { }
 void           Module::OnUserDisconnect(User*) { }
-void           Module::OnUserJoin(User*, Channel*, bool&) { }
+void           Module::OnUserJoin(User*, Channel*, bool, bool&) { }
 void           Module::OnPostJoin(User*, Channel*) { }
 void           Module::OnUserPart(User*, Channel*, const std::string&, bool&) { }
 void           Module::OnRehash(User*, const std::string&) { }