aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2018-09-11 23:36:06 +0200
committerThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2018-09-11 23:36:06 +0200
commit14ddba99af1fd8cc4a7787fd8d78f711dbbe502d (patch)
treeb4a89c7e134d44d2d09d2ec6c19466b4d20aa17b
parent9b33dbc33fd7a0de5ed996a4b8e3f854194d1336 (diff)
Getting in on that action
-rw-r--r--.gitignore2
-rw-r--r--actions.toml43
2 files changed, 1 insertions, 44 deletions
diff --git a/.gitignore b/.gitignore
index cc66403..681208b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,4 @@
__pycache__
/fingerd.ini
-/actions.yml
+/actions.*
diff --git a/actions.toml b/actions.toml
deleted file mode 100644
index 1f8193a..0000000
--- a/actions.toml
+++ /dev/null
@@ -1,43 +0,0 @@
-[[-120j]]
-type = "create"
-login = "rinehart"
-name = "Mark J. Rinehart"
-shell = "/bin/bash"
-home = "/home/rinehart"
-
-[[-6j]]
-type = "create"
-login = "twelve"
-name = "Twelve'o'clock"
-shell = "/bin/sh"
-home = "/home/twelve"
-
-[[-2j]]
-type = "login"
-login = "twelve"
-office = ""
-
-[[-1j22h]]
-type = "logout"
-login = "twelve"
-
-[[0s]]
-type = "login"
-login = "rinehart"
-office = "Mark's office"
-
-[[2s]]
-type = "cd"
-login = "rinehart"
-dir = "/home/"
-
-[[18s]]
-type = "idle"
-login = "rinehart"
-
-[[30s]]
-type = "logout"
-login = "rinehart"
-
-[[1m]]
-type = "loop"