]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_kline.c
Add new topic command ETB, allowing services to set topic+setter+ts always
[irc/rqf/shadowircd.git] / modules / m_kline.c
index 77aa15d5aa6fd2512fede4bfafe39500ea62a7e2..5bcfa70ffc4daad88da42c2cfa66a54487203ebb 100644 (file)
@@ -96,11 +96,10 @@ static int
 mo_kline(struct Client *client_p, struct Client *source_p,
         int parc, const char **parv)
 {
-       char def[] = "No Reason";
        char user[USERLEN + 2];
        char host[HOSTLEN + 2];
        char buffer[IRCD_BUFSIZE];
-       char *reason = def;
+       char *reason;
        char *oper_reason;
        const char *current_date;
        const char *target_server = NULL;