comparison mcabber/mcabber/commands.c @ 1848:f6e137fe9d6d

Remove bogus comment
author Mikael Berthe <mikael@lilotux.net>
date Wed, 31 Mar 2010 22:05:12 +0200
parents 60db836ad98a
children 5492b87ba9d0
comparison
equal deleted inserted replaced
1847:2e133fc0e3d9 1848:f6e137fe9d6d
1014 scr_LogPrint(LPRINT_NORMAL|LPRINT_NOTUTF8, 1014 scr_LogPrint(LPRINT_NORMAL|LPRINT_NOTUTF8,
1015 "<%s> is not a valid Jabber ID.", id); 1015 "<%s> is not a valid Jabber ID.", id);
1016 id = NULL; 1016 id = NULL;
1017 } else { 1017 } else {
1018 mc_strtolower(id); 1018 mc_strtolower(id);
1019 // Actually an UTF-8 id isn't needed because only the bare jid will
1020 // be used.
1021 id = jid_utf8 = to_utf8(id); 1019 id = jid_utf8 = to_utf8(id);
1022 } 1020 }
1023 } else { 1021 } else {
1024 // Add the current buddy 1022 // Add the current buddy
1025 if (current_buddy) 1023 if (current_buddy)