LordHawk commented on a Page, IRC  -  Mar 13, 2008

<?php
if(!function_exists(\'fnmatch\')) {
function fnmatch($pattern, $string) {
return preg_match(\"#^\".strtr(preg_quote($pattern, \'#\'), array(\'\\' => \'.\', \'\?\' => \'.\')).\"$#i\", $string);
}// end
}// end if
?>

this is the function i have to override the fnmatch. however all it does is have phpbot join the channel.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.