X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/3da28d8ef9eca73e00684e56a06b1d5c15c9bf67..fa3c07bbce89332ed1f96313aad55bbea81f9718:/src/helpfile.c diff --git a/src/helpfile.c b/src/helpfile.c index 3abe740..b46d24a 100644 --- a/src/helpfile.c +++ b/src/helpfile.c @@ -5,7 +5,7 @@ * * x3 is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -566,6 +566,9 @@ vsend_message(const char *dest, struct userNode *src, struct handle_info *handle case 'b': value = use_color ? "\002" : ""; break; + case 'k': + value = use_color ? "\003" : ""; + break; case 'o': value = use_color ? "\017" : ""; break;