diff options
author | gpcf <gpcf@gpcf.eu> | 2024-09-22 16:14:10 +0200 |
---|---|---|
committer | gpcf <gpcf@gpcf.eu> | 2024-09-22 16:14:10 +0200 |
commit | 07497d8957d1969af9b08ee35899609892438bc8 (patch) | |
tree | 47436232ea67b27119a931a5bd4cc056724e2a36 /mod.conf | |
parent | 925b6f62e4ce62aa4c06ee2a3a444eebf5b5c307 (diff) | |
download | atm-07497d8957d1969af9b08ee35899609892438bc8.tar.gz atm-07497d8957d1969af9b08ee35899609892438bc8.tar.bz2 atm-07497d8957d1969af9b08ee35899609892438bc8.zip |
Add chat command for welfare, add unit tests and mod.conf
Diffstat (limited to 'mod.conf')
-rw-r--r-- | mod.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..19c1b72 --- /dev/null +++ b/mod.conf @@ -0,0 +1,3 @@ +name = atm +depends = default, currency +optional_depends = mesecons
\ No newline at end of file |