]> jfr.im git - solanum.git/blobdiff - modules/m_signon.c
m_info: Correct description of general::client_exit like in example confs.
[solanum.git] / modules / m_signon.c
index 6741cf9e078526f3d7b7a9a34dad8c2cb8460a70..79480d94826468fb38febe794a1afcee6bdfa523 100644 (file)
@@ -152,7 +152,11 @@ me_svslogin(struct Client *client_p, struct Client *source_p,
        int valid = 0;
 
        if(!(source_p->flags & FLAGS_SERVICE))
+       {
+               sendto_realops_snomask(SNO_GENERAL, L_ALL,
+                       "Non-service server %s attempting to execute services-only command SVSLOGIN", source_p->name);
                return 0;
+       }
 
        if((target_p = find_client(parv[1])) == NULL)
                return 0;