From 16e0550f25f3474bdf9550d2ba979d2dbd695aa4 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Tue, 25 Dec 2007 01:16:18 +0100 Subject: [PATCH] Use "SID Exists" instead of "Server Exists" where appropriate. --- modules/core/m_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/m_server.c b/modules/core/m_server.c index 8ccfeb3..27c9d3c 100644 --- a/modules/core/m_server.c +++ b/modules/core/m_server.c @@ -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; }