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 2a719c44c0
commit 16e0550f25
1 changed files with 1 additions and 1 deletions

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