changeset 654:9c2ae1b96674

Change messages for join/part.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 28 Jan 2015 13:00:00 +0200
parents 3fc12a4418ab
children 68994cb1f1a6
files main.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Wed Jan 28 08:08:08 2015 +0200
+++ b/main.c	Wed Jan 28 13:00:00 2015 +0200
@@ -826,7 +826,7 @@
     win = nnwin_find(p);
     nn_userhash_insert(nnUsers, nn_username_encode(p));
 
-    printMsg(NULL, "! ½3½%s½0½ ½2½ADDED.½0½\n", p);
+    printMsg(NULL, "! ½3½%s½0½ ½2½JOINED.½0½\n", p);
     if (win != NULL)
         printMsg(win, "! ½3½%s½0½ ½2½joined the chat.½0½\n", p);
 
@@ -854,7 +854,7 @@
     win = nnwin_find(p);
     nn_userhash_delete(nnUsers, nn_username_encode(p));
 
-    printMsg(NULL, "! ½3½%s½0½ ½1½DELETED.½0½\n", p);
+    printMsg(NULL, "! ½3½%s½0½ ½1½LEFT.½0½\n", p);
     if (win != NULL)
         printMsg(win, "! ½3½%s½0½ ½1½left the chat.½0½\n", p);