# HG changeset patch # User user@eee-df # Date 1228605329 -3600 # Node ID 119c2b763dd2648b23e82e35d3789900f2d684d4 # Parent 631123cc735ceca61643ffac4410ac5234ba57ca small textual change, and my first hg commit --- i hate you dom diff -r 631123cc735c -r 119c2b763dd2 skillbot.pl --- a/skillbot.pl Sat Dec 06 20:43:35 2008 +0000 +++ b/skillbot.pl Sun Dec 07 00:15:29 2008 +0100 @@ -126,7 +126,7 @@ =cut sub init_timers { - # Join channels fort eh first time, ~15 secs after connect + # Join channels for the first time, ~15 secs after connect add_one_shot_timer(15, sub { my ($timer, $self) = @_; join_channels($self); }); # Check we are in the right channels every 10 minutes @@ -381,7 +381,7 @@ } } - close(FF) or warn "Something weird when closing friends_file: $!"; + close(FF) or warn "Something weird occured when closing friends_file: $!"; } =pod