Skip to content

Instantly share code, notes, and snippets.

View dionrhys's full-sized avatar

Dion Williams dionrhys

View GitHub Profile

Keybase proof

I hereby claim:

  • I am dionrhys on github.
  • I am didz (https://keybase.io/didz) on keybase.
  • I have a public key whose fingerprint is 90A3 B9D8 6DBF B6DF 96C5 2397 1148 2A7B 4FF0 8997

To claim this, I am signing this object:

@dionrhys
dionrhys / luaq3update.lua
Created August 14, 2017 16:57
Simple Quake 3 "Update" (MOTD) Server Implementation
--------------------------------------------------
-- Simple Quake 3 Update Server Implementation
-- Author: Dion Williams
-- Copyright: 2013 Dion Williams
-- Licence: MIT/X11; Please see README.md
-- Requires: LuaSocket, LuaLogging
--------------------------------------------------
local _VERSION = "LuaQ3Update r2"