Skip to content

Instantly share code, notes, and snippets.

@lukegb
Created January 5, 2011 16:54
Show Gist options
  • Save lukegb/766582 to your computer and use it in GitHub Desktop.
Save lukegb/766582 to your computer and use it in GitHub Desktop.
return;
}
$fact = &decommify($fact);
Log "Learning '$fact' '$verb' '$tidbit'";
# Change to:
return;
}
if ( not $operator )
{
Log "Not allowing $bag{who} to add factoid, is not operator";
&say( $bag{chl} =>
"$bag{who}: you may not add factoids." );
return;
}
$fact = &decommify($fact);
Log "Learning '$fact' '$verb' '$tidbit'";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment