$tag_list['option']['deck'] = array( 'callback' => 'handle_external', 'strip_space_after' => 2, 'strip_empty' => true, 'external_callback' => 'bbcode_deck' );
require_once("http://forums.mtgdarkness.com/includes/bbcode_deck.php");
<?php function bbcode_deck($body, $name) { (working function goes here) } ?>