mcabber/src/commands.c
changeset 846 683516b450be
parent 844 5002948c7360
child 847 e1b7f71b0b1c
equal deleted inserted replaced
845:51829325fe21 846:683516b450be
  1176   guint type;
  1176   guint type;
  1177   char *newname, *p;
  1177   char *newname, *p;
  1178   char *name_utf8;
  1178   char *name_utf8;
  1179 
  1179 
  1180   if (!*arg) {
  1180   if (!*arg) {
  1181     scr_LogPrint(LPRINT_NORMAL, "Please specify a Jabber ID to rename.");
  1181     scr_LogPrint(LPRINT_NORMAL, "Please specify a new name.");
  1182     return;
  1182     return;
  1183   }
  1183   }
  1184 
  1184 
  1185   if (!current_buddy) return;
  1185   if (!current_buddy) return;
  1186   bud = BUDDATA(current_buddy);
  1186   bud = BUDDATA(current_buddy);