X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserv_chat.c;h=b323dab7a5590a46f2a9efb93afc0fe6bcc11373;hb=ca0714f168ab7cb7af8177e10941aa5c1fa3b09f;hp=fd941f51643d8f676b9e3b3bef71697d71478787;hpb=15036e4105019af481eab5a053d54df4033d8d1d;p=citadel.git diff --git a/citadel/serv_chat.c b/citadel/serv_chat.c index fd941f516..b323dab7a 100644 --- a/citadel/serv_chat.c +++ b/citadel/serv_chat.c @@ -319,7 +319,7 @@ void cmd_chat(char *argbuf) if (is_room_aide()) { cprintf(":|/kick (kick another user out of this room) \n"); } - cprintf(":|/quit (return to the BBS) \n"); + cprintf(":|/quit (exit from this chat) \n"); cprintf(":|\n"); ok_cmd = 1; }