Use "SID Exists" instead of "Server Exists" where appropriate.
This commit is contained in:
parent
7d1f9131fb
commit
bd2b16f309
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue