]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_callerid.cpp
Remove m_testcommand too
[user/henk/code/inspircd.git] / src / modules / m_callerid.cpp
index 3486f1439c34b0c86eddcb26a4c55d00627986f5..a80246d64d0bd0a9ebb28fd51ff3d2bc3a7a2f09 100644 (file)
@@ -410,7 +410,7 @@ public:
                                }
                                else
                                {
-                                       ServerInstance->PI->PushToClient(user, std::string("::") + ServerInstance->Config->ServerName + " 718 " + dest->nick + " " + user->nick + " " + user->ident + "@" + user->dhost + " :is messaging you,  and you have umode +g. Use /ACCEPT +" + user->nick + " to allow.");
+                                       ServerInstance->PI->PushToClient(dest, std::string("::") + ServerInstance->Config->ServerName + " 718 " + dest->nick + " " + user->nick + " " + user->ident + "@" + user->dhost + " :is messaging you,  and you have umode +g. Use /ACCEPT +" + user->nick + " to allow.");
                                }
                                dat->lastnotify = now;
                        }