comparison 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
comparison
equal deleted inserted replaced
231:193c08454aac 232:9a6ba4b38e63
285 } 285 }
286 286
287 // FIXME check arg =~ jabber id 287 // FIXME check arg =~ jabber id
288 // 2nd parameter = optional nickname (XXX NULL for now...) 288 // 2nd parameter = optional nickname (XXX NULL for now...)
289 jb_addbuddy(arg, NULL); 289 jb_addbuddy(arg, NULL);
290 scr_LogPrint("Sent presence notfication request to <%s>", arg);
290 } 291 }
291 292
292 void do_del(char *arg) 293 void do_del(char *arg)
293 { 294 {
294 const char *jid; 295 const char *jid;