diff mcabber/src/commands.c @ 98:f20831f7d349

[/trunk] Changeset 112 by mikael * Completion system enabled for commands. It almost works! ;-)
author mikael
date Wed, 20 Apr 2005 20:35:48 +0000
parents 8b2703ccc4be
children 4f3ad00b5187
line wrap: on
line diff
--- 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")) {