comparison mcabber/src/commands.c @ 402:4f36d41695a9

Fix a typo
author Mikael Berthe <mikael@lilotux.net>
date Mon, 22 Aug 2005 20:33:11 +0200
parents f8f3c7493457
children 48e7808c4191
comparison
equal deleted inserted replaced
401:84222be1f440 402:4f36d41695a9
432 } 432 }
433 433
434 // FIXME check id =~ jabber id 434 // FIXME check id =~ jabber id
435 // 2nd parameter = optional nickname 435 // 2nd parameter = optional nickname
436 jb_addbuddy(id, nick, NULL); 436 jb_addbuddy(id, nick, NULL);
437 scr_LogPrint(LPRINT_LOGNORM, "Sent presence notfication request to <%s>", id); 437 scr_LogPrint(LPRINT_LOGNORM, "Sent presence notification request to <%s>",
438 id);
438 g_free(id); 439 g_free(id);
439 } 440 }
440 441
441 static void do_del(char *arg) 442 static void do_del(char *arg)
442 { 443 {