comparison skillbot.pl @ 13:d9a9bcd44c2e

Fixing re-adding of friends
author Dominic Cleal <dominic@computerkb.co.uk>
date Sat, 06 Dec 2008 16:02:59 +0000
parents d9526ab0c6bb
children 5e35c408cc3c
comparison
equal deleted inserted replaced
12:d9526ab0c6bb 13:d9a9bcd44c2e
372 irc_debug("EVE: Unable to find character %s for ID %lu", 372 irc_debug("EVE: Unable to find character %s for ID %lu",
373 $c, $uid); 373 $c, $uid);
374 next; 374 next;
375 } 375 }
376 376
377 $frienduids{$uid} = $loaded;
377 irc_debug("EVE: Adding new friend %s (%lu), %lu characters", 378 irc_debug("EVE: Adding new friend %s (%lu), %lu characters",
378 $nick, $uid, $loaded); 379 $nick, $uid, $loaded);
379 } 380 }
380 } 381 }
381 } 382 }