comparison mcabber/src/commands.c @ 846:683516b450be

Rectify a wrong help message
author Mikael Berthe <mikael@lilotux.net>
date Sun, 07 May 2006 16:01:44 +0200
parents 5002948c7360
children e1b7f71b0b1c
comparison
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);