mcabber/src/commands.c
changeset 98 f20831f7d349
parent 96 8b2703ccc4be
child 101 4f3ad00b5187
--- a/mcabber/src/commands.c	Wed Apr 20 20:30:09 2005 +0000
+++ b/mcabber/src/commands.c	Wed Apr 20 20:35:48 2005 +0000
@@ -121,7 +121,7 @@
 int process_line(char *line)
 {
   if (*line != '/') {
-    send_message(line);
+    send_message(line); // FIXME: are we talking to a _buddy_?
     return 0;
   }
   if (!strcasecmp(line, "/quit")) {