- Found your hostname
- Got Ident response
+- We no longer mention you with private NOTICEs, these are usually server or
+ service notices and rarely from a real user.
+
### Bug Fixes
- We now detect when building the module with an unsupported compiler and will
return CONTINUE;
}
- virtual EModRet OnPrivNotice(CNick& Nick, CString& sMessage) {
- const auto network = GetNetwork();
-
- if (network) {
- const auto sock = network->GetIRCSock();
-
- if (sock && sock->IsAuthed()) {
- ParseMessage(Nick, sMessage, NULL);
- }
- }
-
- return CONTINUE;
- }
-
virtual EModRet OnPrivAction(CNick& Nick, CString& sMessage) {
ParseMessage(Nick, sMessage, NULL, "ACTION");
return CONTINUE;