From: nico Date: Mon, 29 Mar 2021 19:57:39 +0000 (+0000) Subject: Update Event logging X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.wiki.git;a=commitdiff_plain;h=906dbd51dfd6e957dbe2f306450a31ac5498933f Update Event logging --- diff --git a/Event-logging.md b/Event-logging.md index 082a6e7..6450ce7 100644 --- a/Event-logging.md +++ b/Event-logging.md @@ -132,4 +132,9 @@ Weapon death flags are: * 512 = splash damage * 1024 = bounced projectile * 2048 = head shot (Vaporizer only) -* 4096 = unused flag \ No newline at end of file +* 4096 = unused flag + +#### Example programs making use of event logs: + +* [incognico/erebus.pl](https://gitlab.com/incognico/erebus/-/blob/master/erebus.pl) - Links Discord<->Xonotic +* [rcon2irc.pl](https://gitlab.com/xonotic/xonotic/-/blob/master/server/rcon2irc/rcon2irc.pl) Links IRC<->Xonotic (a bit outdated) \ No newline at end of file