mcabber/src/screen.c
changeset 1122 648fe6f715a6
parent 1115 922a9ae1a17e
child 1127 fddf2fef7b83
--- a/mcabber/src/screen.c	Wed Jan 10 21:34:18 2007 +0100
+++ b/mcabber/src/screen.c	Sat Jan 13 14:27:54 2007 +0100
@@ -1353,9 +1353,7 @@
 
   if (!timestamp) timestamp = time(NULL);
 
-  xtext = ut_expand_tabs(text); // Expand tabs
-
-  // XXX Are there other special chars we should filter out?
+  xtext = ut_expand_tabs(text); // Expand tabs and filter out some chars
 
   scr_WriteInWindow(bjid, xtext, timestamp, prefix_flags, FALSE);