Hello again nfn,
My problem was solved
The solution is simple.
First I created this new plugin at hook online_location_preprocess:
PHP Code:
if ($loc == '/irc_stats/')
{
$filename = 'irc_stats.php';
}
Now, the hook online_location_unknown will be called with success because the $filename irc_stats.php is not in default list of filenames like you can see in file includes/functions_online.php.
And in options of your plugin I used this entry:
Maybe you can add some solution in your plugin like my idea.
Bye