0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-08 21:18:57 +02:00

Use "SID Exists" instead of "Server Exists" where appropriate.

This commit is contained in:
Jilles Tjoelker 2007-12-25 01:16:18 +01:00
parent 7d1f9131fb
commit bd2b16f309

View 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;
}