]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - extensions/sno_globalkline.c
Removing glines
[irc/rqf/shadowircd.git] / extensions / sno_globalkline.c
index 8a5699a9f892973e4527fbb36b0501907e4fbcb5..487044ec09e523c8cd0072aadb4ccea11344fd4a 100644 (file)
@@ -45,7 +45,7 @@ h_gla_client_exit(hook_data_client_exit *hdata)
                        !strcmp(hdata->comment, ConfigFileEntry.kline_reason))
        {
                sendto_realops_snomask_from(SNO_GENERAL, L_ALL, source_p->servptr,
-                               "K/D/GLINE active for %s[%s@%s]",
+                               "K/DLINE active for %s[%s@%s]",
                                source_p->name, source_p->username, source_p->host);
        }
 }