diff mcabber/src/commands.c @ 232:9a6ba4b38e63

[/trunk] Changeset 245 by mikael * Fix backspace handling (KEY_BACKSPACE isn't reliable) * UTF-8 locale detection * Display a warning when the locale is UTF-8 * Display log notice when sending a notification request message * Update TODO * Update INSTALL and mcabberrc.example files for better explanations
author mikael
date Wed, 08 Jun 2005 18:33:28 +0000
parents d5ae42cbe1fa
children 72fd1273f2b7
line wrap: on
line diff
--- a/mcabber/src/commands.c	Tue Jun 07 19:46:42 2005 +0000
+++ b/mcabber/src/commands.c	Wed Jun 08 18:33:28 2005 +0000
@@ -287,6 +287,7 @@
   // FIXME check arg =~ jabber id
   // 2nd parameter = optional nickname (XXX NULL for now...)
   jb_addbuddy(arg, NULL);
+  scr_LogPrint("Sent presence notfication request to <%s>", arg);
 }
 
 void do_del(char *arg)