.asm files are text

This commit is contained in:
Kelvin Sherlock 2012-08-26 15:50:34 -04:00
parent b7420ca623
commit 7d31bafffc
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ TEXT = {
".txt" => true,
".text" => true,
".rb" => true,
'.mk' => true
'.mk' => true,
'.asm' => true
}
def do_error(client, message)