comparison mcabber/src/commands.c @ 653:d5db5be78eb0

MUC: Be more verbose when joining a room
author Mikael Berthe <mikael@lilotux.net>
date Sat, 07 Jan 2006 11:01:58 +0100
parents b243d3b3ff1b
children e61aa455c61b
comparison
equal deleted inserted replaced
652:b243d3b3ff1b 653:d5db5be78eb0
1323 1323
1324 // Note that roomname is part of the array allocated by split_arg(), 1324 // Note that roomname is part of the array allocated by split_arg(),
1325 // so we can modify it. 1325 // so we can modify it.
1326 mc_strtolower(roomname); 1326 mc_strtolower(roomname);
1327 jb_room_join(roomname, nick); 1327 jb_room_join(roomname, nick);
1328
1329 scr_LogPrint(LPRINT_LOGNORM, "Sent a join request to <%s>", roomname);
1328 1330
1329 buddylist_build(); 1331 buddylist_build();
1330 update_roster = TRUE; 1332 update_roster = TRUE;
1331 free_arg_lst(paramlst); 1333 free_arg_lst(paramlst);
1332 } 1334 }