diff options
Diffstat (limited to 'src/.sledjChisl.conf.lua')
-rw-r--r-- | src/.sledjChisl.conf.lua | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/.sledjChisl.conf.lua b/src/.sledjChisl.conf.lua index 849a203..bc04835 100644 --- a/src/.sledjChisl.conf.lua +++ b/src/.sledjChisl.conf.lua | |||
@@ -22,5 +22,32 @@ config = | |||
22 | ["idleTimeOut"] = 24 * 60 * 60; -- seconds | 22 | ["idleTimeOut"] = 24 * 60 * 60; -- seconds |
23 | ["newbieTimeOut"] = 30; -- days | 23 | ["newbieTimeOut"] = 30; -- days |
24 | ["pepper"] = "My long beard is salt and pepper coloured, though there are no birds in it, only breakfast."; | 24 | ["pepper"] = "My long beard is salt and pepper coloured, though there are no birds in it, only breakfast."; |
25 | ["ToS"] = [[ | ||
26 | |||
27 | Don't do anything that is illegal anywhere in the world. | ||
28 | |||
29 | Well, that wont work, almost everything is illegal somewhere in the | ||
30 | world. | ||
31 | |||
32 | Don't do anything that is against the moral code of the system admins. | ||
33 | |||
34 | Well, except that one thing, you know, that they'll put up with coz they | ||
35 | are nice people, but it's wrong m'kay. | ||
36 | |||
37 | Don't be mean to anyone, except Dave, coz he smells evil. | ||
38 | |||
39 | Well, it's not that Dave smells evil, he's just differently fragranced, | ||
40 | and our overwashed germophobe society is well trained to demonize those | ||
41 | that smell differently. So be extra nice to Dave, coz he's a great guy, | ||
42 | and is tired of everyone being mean to him just coz he's trying to be | ||
43 | good for the environment and his health. Which means he smells different | ||
44 | to whatever perfume is fashionable this year, coz the corporations want | ||
45 | to sell that this year. I blame marketing, they're actually evil. | ||
46 | Sorry, went off on a rant there. | ||
47 | |||
48 | Oh just respect and be nice to everyone dammit, unless they ask nicely | ||
49 | otherwise. Also be good for the environment and stay healthy. | ||
50 | |||
51 | ]]; | ||
25 | } | 52 | } |
26 | return config | 53 | return config |