]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - server/rcon2irc/rcon2irc.pl
fix a NUL getting created in rcon2irc when translating U+E000
[xonotic/xonotic.git] / server / rcon2irc / rcon2irc.pl
index 856e761b755a06a9e4e65b04b72075d397372cd5..13d9779126a43e97d40d6b69798759fd15d3c164 100755 (executable)
@@ -58,7 +58,7 @@ sub color_irc2dp($)
 }
 
 our @text_qfont_table = ( # ripped from DP console.c qfont_table
-    "\0", '#',  '#',  '#',  '#',  '.',  '#',  '#',
+    '',   '#',  '#',  '#',  '#',  '.',  '#',  '#',
     '#',  9,    10,   '#',  ' ',  13,   '.',  '.',
     '[',  ']',  '0',  '1',  '2',  '3',  '4',  '5',
     '6',  '7',  '8',  '9',  '.',  '<',  '=',  '>',