X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2FModules%2Fcountdown.pl;h=90fcd74c4ce4e995787bde2914756db29cf3f370;hb=0b8cc0cae8719a4a06ee34ec6bd99f911efc1d9c;hp=b77d3e0d5ac4f05cb57fae07d32a936694669fb9;hpb=40f6dad8bfd5a8a707a69cb31ba62cc6d26139c1;p=infobot.git diff --git a/src/Modules/countdown.pl b/src/Modules/countdown.pl index b77d3e0..90fcd74 100644 --- a/src/Modules/countdown.pl +++ b/src/Modules/countdown.pl @@ -11,7 +11,7 @@ use strict; sub countdown { my ($query) = @_; - my $file = "$bot_base_dir/$param{'ircUser'}.countdown"; + my $file = "$bot_data_dir/$param{'ircUser'}.countdown"; my ( %date, %desc ); my $reply;