I`m using pisg stats and using a crontab that updates the stats at 00:00 every day, I was wondering if someone could write a script that I will run at 00:01 that will announce on a room called #football that the stats were updated and write the link to the stats; www.EPLonline.co.uk/chanstats/football.html I hope thats possible and if not what should I do instead?
You've got a problem with variable context: you define the_chan in a global context, yet try to read it as a local variable within EPL..
Either use the global command to link the two, or use full namepath addressing when reading the variable ($::the_chan instead of $the_chan).
A third option would be to skip the variable alltogether, and hardcode the channelname into the proc.
You've got a problem with variable context: you define the_chan in a global context, yet try to read it as a local variable within EPL..
Either use the global command to link the two, or use full namepath addressing when reading the variable ($::the_chan instead of $the_chan).
A third option would be to skip the variable alltogether, and hardcode the channelname into the proc.
You've got a problem with variable context: you define the_chan in a global context, yet try to read it as a local variable within EPL..
Either use the global command to link the two, or use full namepath addressing when reading the variable ($::the_chan instead of $the_chan).
A third option would be to skip the variable alltogether, and hardcode the channelname into the proc.
[10:26am] <fr3ddy> [10:28] football timer active
[10:27am] <fr3ddy> [10:29] football timer active
[10:28am] <fr3ddy> [10:30] football timer active
[10:29am] <fr3ddy> [10:31] football timer active
[10:30am] <fr3ddy> [10:32] football timer active
Doggo, you're quite right. Must've read the request as 1am
Football, do you get any error messages logged? Given the issue with the malformed mask, did you get any output at 1am instead (notice, errors, or other)?