summaryrefslogtreecommitdiffstats
path: root/nfsw/io.py
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-10-27 13:24:21 -0400
committerrsiddharth <s@ricketyspace.net>2019-10-27 13:24:21 -0400
commit4e54182ba97899f7d6f1056c4c5da3c55a868a1b (patch)
treec768ec81e90fd3b867bd7c015e3a0625cff7c55e /nfsw/io.py
parentfc9ec56ee296d74fcb6e34f20f1b7fa3d7ff56a3 (diff)
nfsw.io: Update query.
Add handling for 'colophon' query.
Diffstat (limited to 'nfsw/io.py')
-rw-r--r--nfsw/io.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/nfsw/io.py b/nfsw/io.py
index 1ecf635..6cc04f9 100644
--- a/nfsw/io.py
+++ b/nfsw/io.py
@@ -97,6 +97,12 @@ def query():
'reset': True
}
+ # colophon
+ if q == 'colophon':
+ return {
+ 'ans': read_junk('colophon/ohno')
+ }
+
# Get current scene.
scene = current_scene()
if scene is None: