mirror of
https://github.com/ksherlock/gopher.git
synced 2026-01-22 11:21:08 +00:00
.asm files are text
This commit is contained in:
@@ -16,7 +16,8 @@ TEXT = {
|
||||
".txt" => true,
|
||||
".text" => true,
|
||||
".rb" => true,
|
||||
'.mk' => true
|
||||
'.mk' => true,
|
||||
'.asm' => true
|
||||
}
|
||||
|
||||
def do_error(client, message)
|
||||
|
||||
Reference in New Issue
Block a user