diff options
Diffstat (limited to 'ATRI/data/service')
-rw-r--r-- | ATRI/data/service/banlist.service.json | 1 | ||||
-rw-r--r-- | ATRI/data/service/plugins.service.json | 0 | ||||
-rw-r--r-- | ATRI/data/service/plugins/call_me.plugins.json | 11 | ||||
-rw-r--r-- | ATRI/data/service/plugins/call_robot.plugins.json | 7 | ||||
-rw-r--r-- | ATRI/data/service/plugins/cant_do_anything.plugins.json | 7 | ||||
-rw-r--r-- | ATRI/data/service/plugins/curse.plugins.json | 9 | ||||
-rw-r--r-- | ATRI/data/service/plugins/good_morning.plugins.json | 12 | ||||
-rw-r--r-- | ATRI/data/service/plugins/good_night.plugins.json | 11 | ||||
-rw-r--r-- | ATRI/data/service/plugins/good_noon.plugins.json | 8 | ||||
-rw-r--r-- | ATRI/data/service/plugins/hitokoto.plugins.json | 7 | ||||
-rw-r--r-- | ATRI/data/service/plugins/kani.plugins.json | 9 | ||||
-rw-r--r-- | ATRI/data/service/plugins/setu.plugins.json | 9 | ||||
-rw-r--r-- | ATRI/data/service/plugins/tee_tee.plugins.json | 12 | ||||
-rw-r--r-- | ATRI/data/service/plugins/waste.plugins.json | 10 | ||||
-rw-r--r-- | ATRI/data/service/switch.service.json | 94 |
15 files changed, 205 insertions, 2 deletions
diff --git a/ATRI/data/service/banlist.service.json b/ATRI/data/service/banlist.service.json deleted file mode 100644 index 9e26dfe..0000000 --- a/ATRI/data/service/banlist.service.json +++ /dev/null @@ -1 +0,0 @@ -{}
\ No newline at end of file diff --git a/ATRI/data/service/plugins.service.json b/ATRI/data/service/plugins.service.json new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/ATRI/data/service/plugins.service.json diff --git a/ATRI/data/service/plugins/call_me.plugins.json b/ATRI/data/service/plugins/call_me.plugins.json new file mode 100644 index 0000000..70a9437 --- /dev/null +++ b/ATRI/data/service/plugins/call_me.plugins.json @@ -0,0 +1,11 @@ +{ + "name": "call_me", + "docs": "\u6b63\u786e\u5730\u547c\u53eb\u54b1", + "command": [ + "Atri", + "ATRI", + "atri", + "\u4e9a\u6258\u8389", + "\u30a2\u30c8\u30ea" + ] +}
\ No newline at end of file diff --git a/ATRI/data/service/plugins/call_robot.plugins.json b/ATRI/data/service/plugins/call_robot.plugins.json new file mode 100644 index 0000000..54ffd07 --- /dev/null +++ b/ATRI/data/service/plugins/call_robot.plugins.json @@ -0,0 +1,7 @@ +{ + "name": "call_robot", + "docs": "\u4f7f\u7528\u6b63\u5219\u89e6\u53d1", + "command": [ + "\u841d\u535c\u5b50" + ] +}
\ No newline at end of file diff --git a/ATRI/data/service/plugins/cant_do_anything.plugins.json b/ATRI/data/service/plugins/cant_do_anything.plugins.json new file mode 100644 index 0000000..f660e3f --- /dev/null +++ b/ATRI/data/service/plugins/cant_do_anything.plugins.json @@ -0,0 +1,7 @@ +{ + "name": "cant_do_anything", + "docs": "\u5403\u996d\u7b2c\u4e00\u540d\uff01\u597d\u5403\u5c31\u662f\u9ad8\u5174\uff01\uff01\n\u4f7f\u7528\u6b63\u5219\u5339\u914d", + "command": [ + "\u5e72\u5565\u5565\u4e0d\u884c\uff0c\u5403\u996d\u7b2c\u4e00\u540d" + ] +}
\ No newline at end of file diff --git a/ATRI/data/service/plugins/curse.plugins.json b/ATRI/data/service/plugins/curse.plugins.json new file mode 100644 index 0000000..00164ec --- /dev/null +++ b/ATRI/data/service/plugins/curse.plugins.json @@ -0,0 +1,9 @@ +{ + "name": "curse", + "docs": "\u53e3\u81ed\u4e00\u4e0b", + "command": [ + "\u9a82\u6211", + "\u53e3\u81ed\u4e00\u4e0b", + "\u53e3\u81ed" + ] +}
\ No newline at end of file diff --git a/ATRI/data/service/plugins/good_morning.plugins.json b/ATRI/data/service/plugins/good_morning.plugins.json new file mode 100644 index 0000000..8dd3e11 --- /dev/null +++ b/ATRI/data/service/plugins/good_morning.plugins.json @@ -0,0 +1,12 @@ +{ + "name": "good_morning", + "docs": "\u7565\u5e26\u6da9\u6c14\u7684\u65e9\u5b89\n\u9700at", + "command": [ + "\u65e9\u5b89", + "\u65e9\u4e0a\u597d", + "morning", + "\u54e6\u54c8\u54df", + "ohayo", + "\u304a\u65e9\u3046" + ] +}
\ No newline at end of file diff --git a/ATRI/data/service/plugins/good_night.plugins.json b/ATRI/data/service/plugins/good_night.plugins.json new file mode 100644 index 0000000..f223e8b --- /dev/null +++ b/ATRI/data/service/plugins/good_night.plugins.json @@ -0,0 +1,11 @@ +{ + "name": "good_night", + "docs": "\u665a\u5b89~\uff01\n\u9700at", + "command": [ + "\u665a\u5b89", + "\u54e6\u5440\u601d\u5bc6", + "\u54e6\u5440\u65af\u5bc6", + "oyasumi", + "\u304a\u3084\u3059\u307f" + ] +}
\ No newline at end of file diff --git a/ATRI/data/service/plugins/good_noon.plugins.json b/ATRI/data/service/plugins/good_noon.plugins.json new file mode 100644 index 0000000..8e6da45 --- /dev/null +++ b/ATRI/data/service/plugins/good_noon.plugins.json @@ -0,0 +1,8 @@ +{ + "name": "good_noon", + "docs": "\u505a\u767d\u65e5\u68a6\n\u9700at", + "command": [ + "\u5348\u5b89", + "\u4e2d\u5348\u597d" + ] +}
\ No newline at end of file diff --git a/ATRI/data/service/plugins/hitokoto.plugins.json b/ATRI/data/service/plugins/hitokoto.plugins.json new file mode 100644 index 0000000..9a61ecf --- /dev/null +++ b/ATRI/data/service/plugins/hitokoto.plugins.json @@ -0,0 +1,7 @@ +{ + "name": "hitokoto", + "docs": "\u4e00\u8a00", + "command": [ + "\u4e00\u8a00" + ] +}
\ No newline at end of file diff --git a/ATRI/data/service/plugins/kani.plugins.json b/ATRI/data/service/plugins/kani.plugins.json new file mode 100644 index 0000000..1643d36 --- /dev/null +++ b/ATRI/data/service/plugins/kani.plugins.json @@ -0,0 +1,9 @@ +{ + "name": "kani", + "docs": "\u30ab\u30cb\uff01\u30ab\u30cb\uff01\uff01\uff01\n\u4f7f\u7528\u6b63\u5219\u5339\u914d", + "command": [ + "kani", + "\u30ab\u30cb", + "\u8783\u87f9" + ] +}
\ No newline at end of file diff --git a/ATRI/data/service/plugins/setu.plugins.json b/ATRI/data/service/plugins/setu.plugins.json new file mode 100644 index 0000000..ed08939 --- /dev/null +++ b/ATRI/data/service/plugins/setu.plugins.json @@ -0,0 +1,9 @@ +{ + "name": "setu", + "docs": "\n\u6da9\u56fe\uff0c\u5f00\u51b2\uff01\n\u4f7f\u7528\u6b63\u5219\u5339\u914d\n", + "command": [ + "\u6765\u5f20\u6da9\u56fe", + "\u6da9\u56fe\u6765", + "\u5f00\u51b2" + ] +}
\ No newline at end of file diff --git a/ATRI/data/service/plugins/tee_tee.plugins.json b/ATRI/data/service/plugins/tee_tee.plugins.json new file mode 100644 index 0000000..6e3a676 --- /dev/null +++ b/ATRI/data/service/plugins/tee_tee.plugins.json @@ -0,0 +1,12 @@ +{ + "name": "tee_tee", + "docs": "\u4e00\u822c\u4eba\u5458\u4e0d\u8bb8\u8d34\uff01\n\u9700at", + "command": [ + "\u8d34\u8d34", + "\u8d34", + "teetee", + "\u3066\u3048\u3066\u3048", + "\u8d1d\u5360", + "\u8d1d\u5360\u8d1d\u5360" + ] +}
\ No newline at end of file diff --git a/ATRI/data/service/plugins/waste.plugins.json b/ATRI/data/service/plugins/waste.plugins.json new file mode 100644 index 0000000..ce61818 --- /dev/null +++ b/ATRI/data/service/plugins/waste.plugins.json @@ -0,0 +1,10 @@ +{ + "name": "waste", + "docs": "\u4e0d\u51c6\u9a82\u54b1\u5e9f\u7269\n\u4f7f\u7528\u6b63\u5219\u5339\u914d\uff0c\u9700at", + "command": [ + "fw", + "FW", + "\u5e9f\u7269", + "waste" + ] +}
\ No newline at end of file diff --git a/ATRI/data/service/switch.service.json b/ATRI/data/service/switch.service.json index 9e26dfe..972610d 100644 --- a/ATRI/data/service/switch.service.json +++ b/ATRI/data/service/switch.service.json @@ -1 +1,93 @@ -{}
\ No newline at end of file +{ + "global": { + "curse": true, + "hitokoto": true, + "roll": true, + "rcnb": true, + "setu": true + }, + "330616602": { + "curse": true, + "hitokoto": true, + "setu": true, + "roll": true, + "rcnb": true + }, + "516729280": { + "curse": true, + "hitokoto": true, + "setu": true, + "roll": true, + "rcnb": true + }, + "1126435961": { + "curse": true, + "hitokoto": true, + "setu": true, + "roll": true, + "rcnb": true + }, + "879471303": { + "curse": true, + "hitokoto": true, + "setu": true, + "roll": true, + "rcnb": true + }, + "663588449": { + "curse": true, + "hitokoto": true, + "setu": true, + "roll": true, + "rcnb": true + }, + "672076603": { + "curse": true, + "hitokoto": true, + "setu": true, + "roll": true, + "rcnb": true + }, + "1128059355": { + "curse": true, + "hitokoto": true, + "setu": true, + "roll": true, + "rcnb": true + }, + "567297659": { + "curse": true, + "hitokoto": true, + "setu": true, + "roll": true, + "rcnb": true + }, + "921925032": { + "curse": true, + "hitokoto": true, + "setu": true, + "roll": true, + "rcnb": true + }, + "null": { + "curse": true, + "hitokoto": true, + "setu": true, + "roll": true, + "rcnb": true + }, + "652116841": { + "curse": true, + "hitokoto": true, + "setu": true, + "roll": true, + "rcnb": true + }, + "1126435961": { + "curse": true, + "hitokoto": true, + "setu": true, + "roll": true, + "rcnb": true + } +}
\ No newline at end of file |