]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/core/m_die.c
Yay for documenting code....
[irc/rqf/shadowircd.git] / modules / core / m_die.c
index 38d4e22d4f8324c34342b4a54c09b86eae6c0723..50521214b459063f420d52efba9335ecdbfa3f17 100644 (file)
@@ -104,6 +104,7 @@ me_die(struct Client *client_p __unused, struct Client *source_p, int parc, cons
 static int
 do_die(struct Client *source_p, const char *servername)
 {
+       /* this makes sure both servernames match otherwise weirdness will occur */
        if(irccmp(servername, me.name))
        {
                sendto_one_notice(source_p, ":Mismatch on /die %s", me.name);