]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Update Event logging
authornico <nico@lifeisabug.com>
Mon, 29 Mar 2021 19:57:39 +0000 (19:57 +0000)
committernico <nico@lifeisabug.com>
Mon, 29 Mar 2021 19:57:39 +0000 (19:57 +0000)
Event-logging.md

index 082a6e784b588dcc65631c22284b4200b5fdb27f..6450ce7ffb324ecc42bdb96280d9f38bde6fe3de 100644 (file)
@@ -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