summary refs log tree commit diff stats
path: root/src/common/server.c
diff options
context:
space:
mode:
authorDaniel Leining <daniel@the-beach.co>2012-10-14 21:29:13 -0400
committerDaniel Leining <daniel@the-beach.co>2012-10-14 21:29:13 -0400
commita62b033cb567f5b2e5802ab75b4ca59abf314570 (patch)
tree4a62f433081aa1eed75c9f99a2db4e34c0eaff79 /src/common/server.c
parentde1a2a7b3329ee5ef82a6b7857445e568ae752a6 (diff)
rebrand
Diffstat (limited to 'src/common/server.c')
-rw-r--r--src/common/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/server.c b/src/common/server.c
index 3aa3c694..7e9b18a4 100644
--- a/src/common/server.c
+++ b/src/common/server.c
@@ -497,7 +497,7 @@ server_read (GIOChannel *source, GIOCondition condition, server *serv)
 				serv->linebuf[serv->pos] = lbuf[i];
 				if (serv->pos >= (sizeof (serv->linebuf) - 1))
 					fprintf (stderr,
-								"*** XCHAT WARNING: Buffer overflow - shit server!\n");
+								"*** HEXCHAT WARNING: Buffer overflow - shit server!\n");
 				else
 					serv->pos++;
 			}