comparison skillbot.pl @ 20:631123cc735c

Removing EVE prefix from log messages
author Dominic Cleal <dominic@computerkb.co.uk>
date Sat, 06 Dec 2008 20:43:35 +0000
parents 10587dbd634b
children 119c2b763dd2
comparison
equal deleted inserted replaced
19:40154257e632 20:631123cc735c
367 $loaded++; 367 $loaded++;
368 } 368 }
369 369
370 if (defined $c && $loaded eq 0) 370 if (defined $c && $loaded eq 0)
371 { 371 {
372 irc_debug("EVE: Unable to find character %s for ID %lu", 372 irc_debug("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 $frienduids{$uid} = $loaded;
378 irc_debug("EVE: Adding new friend %s (%lu), %lu characters", 378 irc_debug("Adding new friend %s (%lu), %lu characters",
379 $nick, $uid, $loaded); 379 $nick, $uid, $loaded);
380 } 380 }
381 } 381 }
382 } 382 }
383 383