]> jfr.im git - solanum.git/commitdiff
Use "SID Exists" instead of "Server Exists" where appropriate.
authorJilles Tjoelker <redacted>
Tue, 25 Dec 2007 00:16:18 +0000 (01:16 +0100)
committerJilles Tjoelker <redacted>
Tue, 25 Dec 2007 00:16:18 +0000 (01:16 +0100)
modules/core/m_server.c

index 8ccfeb3edff3df5d0e63de765cc75aa8c14bba41..27c9d3cfef98e773a703518f51dcdf375ef81d7a 100644 (file)
@@ -484,7 +484,7 @@ ms_sid(struct Client *client_p, struct Client *source_p, int parc, const char *p
                ilog(L_SERVER, "Link %s cancelled, SID %s already exists",
                        client_p->name, parv[3]);
 
-               exit_client(NULL, client_p, &me, "Server Exists");
+               exit_client(NULL, client_p, &me, "SID Exists");
                return 0;
        }