]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/helpfile.c
Added some bits from check_ctcp into the mark version handling
[irc/evilnet/x3.git] / src / helpfile.c
index 3abe740cbc8a205c57c82b8da1619e3b62aee305..b46d24a04d7d21b180780bc3692c451d57f1eeda 100644 (file)
@@ -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;