DRRR ChatBot Extension Setting Manual
Installation
PC version:
Since it is a Chrome extension, please use the Chrome browser and install it from the Google Web Store.
In addition, if you use Opera, you can try Opera Install Chrome Extensions.
Mobile version:
The mobile version of Chrome does not provide plugin installation on the phone, but you can use the Yandex browser (Android, iOS), it uses Chrome kernel, so it can also get the installation from Google Web App Store.
User interface
Go to this help page Go to background settings

Function switch
( means you must do some setting before you turning it on)

- AutoDM
Automatically lock the last dm user after sending a message
- Timer
Scheduled execution of set actions
- Black / Whitelist
Room black / white list (auto kick out/ban/report visitors)
- Welcome
Automatically send out a greeting on visitors entering the room
- BanAbuse
List of banned words. When the user’s words match the forbidden words, they will be kicked out automatically.
- Always/me
Add the /me command automatically
- EventAction
When the event occurs, perform the set action
- RoomKeeper
Automatically send messages to yourself to prevent the room from disappearing
- TgBotLogger
Record chat messages via Telegram Bot
- RoomNotification
Send chat notification when browser tab is not on chatroom page
Features tab
Bio

🔖 Current login account
💾 Saved account
Switch the selected account
Save the current account
delete the selected account
tripcode explorer
Friends

Waiting room function
Check whether the room is available at regular intervals, and if so, jump to that room.
Match rule pattern:
- by room ID
- with tripcode
- by username
- by room name
Store rules
- Jump directly
- Ask before jumping
Searching for users / rooms
Search mode:
- search by tripcode
- search by username
- search by room name
search
Add to favorites
Favorites notification / list
Open favorites notice (someone goes online or creates a room)
Show all favorites rules
Show all matching tripcode users online
Show all users who meet the rules online
Show all rooms that meet the rules on the line
Show all rooms online
Music

Play mode (click to switch)
- List mode: After the song ends, the song in the playlist is automatically played
- Single song mode: Stop after every song
Sound source
- 易 Netease Music
- 千 Baidu Music Boxes
- Y YouTube
- 狗 Kugou
- 我 Kuwu
Search Keyword and Play
Enter keywords and function keys to query.
Directly after input:
- Enter to press the left function key.
- Shift + Enter to press the middle function key.
- Ctrl + Enter to press the right function key.
Function keys (no keywords):

Expand the list to play Play the first song in playlist Expand favorites list

Remove from playlist play the song add to favorites

Add to playlist Play now Remove from favorites
Function keys (with keywords)

Expand results Play the most relevant song Add the most relevant song to playlist

Add to playlist Play now Add to favorites
GamePanel

Select a game and it will only start when selected.
LineSticker

restore the ten preset stickers
Add stickers
delete the selected texture
Go to the sticker website
Background settings
Go to the help page About the author Reset all settings
Click HELP to open the introduction page of the setting.

Quick Regex Tester (Quick Regular Expression Test)
Quick test for easy rule setting
Music Delay
In continuous playback mode, songs and songs are spaced.
(There is a synchronization problem between room members, sometimes songs will be covered, so the delay is set)
Timer Configuration
Function: Perform the defined action regularly.
Minutes, "function", ["parameter", ...]
Function [“parameter”, …] Description:
msg
["message", "message", ...]
Select a message to publish.
umsg
["URL", "Message", ...]
Publish the URL and a randomly selected message.
dm
["username", "message", "message", ...]
Select a message to dm the username.
udm
["username", "URL", "message", ...]
Private messaging users, with a URL and a randomly selected message.
kick
["username"]
Kick out the user.
ban
["username"]
Kick out and ban the user.
banrpt
["username"]
Kick out, ban and report the user.
plym
["Song Keywords"]
plym
["Song Keyword", "Number"]
plym
["Song Keyword", "Sound Source"]
plym
["Song Keyword", "Number", "Sound Source"]
plym
["Song Keyword", "Sound Source", "Number"]
play music.
- “Keywords”: Song keywords.
- “Number”: Index of search results.
- “Sound Source”: Sound source. Currently there are “千”, “易”, “我”, “狗” and “Y” available.
addm
["Song Keywords"]
addm
["Song Keywords", "Number"]
addm
["Song Keyword", "Sound Source"]
addm
["Song Keyword", "Number", "Sound Source"]
addm
["Song Keyword", "Sound Source", "Number"]
Add music to your playlist.
- “Keywords”: Song keywords.
- “Number”: Index of search results.
- “Sound Source”: There are currently “千”, “易”, “我”, “狗” and “Y” available.
delm
["number"]
Remove music (by index number) from the list.
lstm
[]
show the playlist.
nxtm
[]
Play the next song.
pndm
[]
pndm
["Song Keywords"]
pndm
["song keyword", "number"]
pndm
["Song Keyword", "Sound Source"]
pndm
["song keyword", "number", "audio source"]
pndm
["song keyword", "sound source", "number"]
If there is no parameter, the list to be played is listed.
If there is no music currently, play music.
If there is music, add it to the list
If the keyword is an empty string, list it for play.
- “Keywords”: Song keywords.
- “Number”: Index of search results.
- “Sound Source”: Sound source. Currently there are “千”, “易”, “我”, “狗” and “Y” available.
schm
["Song Keyword"]
schm
["Song Keyword", "Sound Source"]
List search results.
- “Keywords”: Song keywords.
- “Sound Source”: There are currently “千”, “易”, “我”, “狗” and “Y” available.
horm
["username"]
Transfer owner permissions to the user.
ocdr
[]
Leaving the room and entering the room again.
gofr
["Room Name (RegExp)"]
Go to the room that matches the room name. If it fails, return to the origin room.
(Me
can be achieved in msg with / me + push message
) ~
You can use special time variables in parameters:
%Y
year, four-digit year
%年
year, Chinese numerals
%M
month, one or two digits
%月
month, Chinese numerals (one to twelve)
%D
date, one or two digits
%日
date, Chinese numerals
%d
weekday, full English
%拜
week, Chinese
- Number at
%H
(24 hour clock)
- number at
%h
(12 hours)
%c
In the afternoon, English a.m.
p.m.
%m
minutes, numbers
%s
seconds, numbers
%%
escape character %
example:
10, "msg", ["every 10 mins report once!"]
2, "msg", ["It's a Report Message", "Now is%H:%m!"]
Welcome Configuration
Function: After someone enters the room, if the name matches regular expression, the greeting will be sent out automatically .
Format: Two formats, multiple welcome words (choose randomly and send out)
"Username (regular expression)", "Welcome"
"Username (regular expression)", ["Hola", "Hello", ...]
note:
- Match from top to bottom. If the match is successful, the following rule will not be matched.
- The empty string
""
or the regular string ".*"
Can match all.
Special variables:
$user
The name of the member who entered the room.
$
escape character $
.
Example: Say hello, kitty
to users who have lambda in their name followed by cat (possibly with some words in between), and hello/HI!!
to others.
"lambda.*cat", "hello, kitty"
".*", ["hello $user", "HI !! $user"]
WhiteList Configuration
Function: Use regular expressions to automatically kick out specifics ** not in the list ** user.
format:
Username (regular expression)
Example: Only users whose names end with cat
or begin with mysterious
are allowed.
cat$
^mysterious
BlackList Configuration
Function: Use regular expressions to automatically kick out specific uses in list.
format:
Username (regular expression)
Example: kick out users who have otoko
in their names and some qualified robots.
otoko
.*Robot
BanAbuse Configuration
Function: use regular expressions to filter the chat content and automatically kick out speak prohibited words users.
format:
Stop word (regular expression)
Example: Chats containing members who say dog
or foobar
will be kicked out.
dog
foobar
EventAction Configuration
Function: For some events, here are some functions that can order some corresponding actions.
The defined actions will be performed only when the username and the contents sent by the user match the regular expression.
In fact, the previous functions: welcome words / whitelist / blacklist / banned words can be implemented with this function.
format:
"Event type", "User name (regular expression)", "Content matching (regular expression)", "Function", ["Arguments", ...]
["Event type", ...], "User name (regular expression)", "Content matching (regular expression)", "Function", ["Arguments", ...]
Event type:
me
as /me
music
play music
leave
members leave
join
members join
msg
general message
dm
Private Message
musicend
music ends
Function [“parameter”, …] Description:
msg
["message", "message", ...]
Select a message to publish.
umsg
["URL", "Message", ...]
Publish the URL and a randomly selected message.
dm
["username", "message", "message", ...]
Select a message to dm the username.
udm
["username", "URL", "message", ...]
Private messaging users, with a URL and a randomly selected message.
kick
["username"]
Kick out the user.
ban
["username"]
Kick out and ban the user.
banrpt
["username"]
Kick out, ban and report the user.
plym
["Song Keywords"]
plym
["Song Keyword", "Number"]
plym
["Song Keyword", "Sound Source"]
plym
["Song Keyword", "Number", "Sound Source"]
plym
["Song Keyword", "Sound Source", "Number"]
play music.
- “Keywords”: Song keywords.
- “Number”: Index of search results.
- “Sound Source”: Sound source. Currently there are “千”, “易”, “我”, “狗” and “Y” available.
addm
["Song Keywords"]
addm
["Song Keywords", "Number"]
addm
["Song Keyword", "Sound Source"]
addm
["Song Keyword", "Number", "Sound Source"]
addm
["Song Keyword", "Sound Source", "Number"]
Add music to your playlist.
- “Keywords”: Song keywords.
- “Number”: Index of search results.
- “Sound Source”: Sound source. Currently there are “千”, “易”, “我”, “狗” and “Y” available.
delm
["number"]
Remove music (by index number) from the list.
lstm
[]
show the playlist.
nxtm
[]
Play the next song.
pndm
[]
pndm
["Song Keywords"]
pndm
["song keyword", "number"]
pndm
["Song Keyword", "Sound Source"]
pndm
["song keyword", "number", "audio source"]
pndm
["song keyword", "sound source", "number"]
If there is no parameter, the list to be played is listed.
If there is no music currently, play music.
If there is music, add it to the list
If the keyword is an empty string, list it for play.
- “Keywords”: Song keywords.
- “Number”: Index of search results.
- “Sound Source”: Sound source. Currently there are “千”, “易”, “我”, “狗” and “Y” available.
schm
["Song Keyword"]
schm
["Song Keyword", "Sound Source"]
List search results.
- “Keywords”: Song keywords.
- “Sound Source”: There are currently “千”, “易”, “我”, “狗” and “Y” available.
horm
["username"]
Transfer owner permissions to the user.
ocdr
[]
Leaving the room and entering the room again.
gofr
["Room Name (RegExp)"]
Go to the room that matches the room name. If it fails, return to the origin room.
Special parameter variables:
$user
username for sending message
$cont
content sent by the user
$args
User sends everything after the first space
User sends: play BUMP OF CHICKEN「 Hello, world! 」
$args
:BUMP OF CHICKEN "Hello, world!"
$url
URL on user folder
$
escape character $
There are some special uses here.
For received messages, the parameters are separated by spaces, and quotation marks are used to avoid separation.
For separate content, the following methods can be used as parameters.
$N
N is a number. Take the Nth parameter from the number, starting from zero.
$[N-M]
takes parameters from N to M. If N does not give, it will start from zero, and if M does not give, it will take to the end.
this is a message send from user
---- -- - ------- ---- ---- ----
$0 $1 $2 $3 $4 $5 $6
----------------------------------
$cont
Send string:
this is a "another message" send from 'another user'
The quotes will be removed, but the spaces inside will not be cut:
this is a another message send from another user
---- -- - --------------- ---- ---- ------------
$0 $1 $2 $3 $4 $5 $6
----------------------------------------------
$args
--------- --------------------- ------------------
$[-2] $[3-4] $[5-]
---------------------------------------------------
$[-]
Example: Connect the song function.
"msg", "", "^/play\\\\s+(\\\\D|\\\\d\\\\S)", "plym", ["$args"]
"msg", "", "^/play\\\\s+\\\\d\\\\s+\\\\S+", "plym", ["$[2-]", "$1"]
"msg", "", "^/playsrc\\\\s+[千易]\\\\s+(\\\\D|\\\\d\\\\S)", "plym", ["$[2-]"]
"msg", "", "^/playsrc\\\\s+[千易]\\\\s+\\\\d\\\\s+\\\\S+", "plym", ["$[3-]", "$1", "$2"]
"msg", "", "^/add\\\\s+(\\\\D|\\\\d\\\\S)", "addm", ["$args"]
"msg", "", "^/add\\\\s+\\\\d\\\\s+\\\\S+", "addm", ["$[2-]", "$1"]
"msg", "", "^/addsrc\\\\s+[千易]\\\\s+(\\\\D|\\\\d\\\\S)", "addm", ["$[2-]", "$1"]
"msg", "", "^/addsrc\\\\s+[千易]\\\\s+\\\\d\\\\s+\\\\S+", "addm", ["$[3-]", "$1", "$2"]
"msg", "", "^/list", "lstm", []
"msg", "", "^/next", "nxtm", []
"msg", "", "^/del\\\\s+\\\\d+", "delm", ["$1"]
"msg", "", "^/pending\\\\s*$", "pndm", []
"msg", "", "^/pending\\\\s+(\\\\D|\\\\d\\\\S)", "pndm", ["$args"]
"msg", "", "^/pending\\\\s+\\\\d\\\\s+\\\\S+", "pndm", ["$[2-]", "$1"]
"msg", "", "^/pendsrc\\\\s+[千易]\\\\s+(\\\\D|\\\\d\\\\S)", "pndm", ["$[2-]", "$1"]
"msg", "", "^/pendsrc\\\\s+[千易]\\\\s+\\\\d\\\\s+\\\\S+", "pndm", ["$[3-]", "$1", "$2"]
"msg", "", "^/sc\\\\s+([千易]\\\\S+|[^千易])", "schm", ["$args"]
"msg", "", "^/sc\\\\s+[千易]\\\\s+\\\\S+", "schm", ["$[2-]", "$1"]
The user sends the following strings to trigger the set function:
/play yellow
/play 2 yellow
/playsrc 千 yellow
/play 易 2 yellow
/add 21Guns
/add 2 21Guns
/addsrc 千 21Guns
/addsrc 易 2 21Guns
/pending
/pending 21Guns
/pending 2 21Guns
/pendsrc 千 21Guns
/pendsrc 易 2 21Guns
/del 1
/list
/next
/sc 21Guns
/sc 千 21Guns
DRRR ChatBot Extension Setting Manual
Installation
PC version:
Since it is a Chrome extension, please use the Chrome browser and install it from the Google Web Store.
In addition, if you use Opera, you can try Opera Install Chrome Extensions.
Mobile version:
The mobile version of Chrome does not provide plugin installation on the phone, but you can use the Yandex browser (Android, iOS), it uses Chrome kernel, so it can also get the installation from Google Web App Store.
User interface
Go to this help page Go to background settings
Function switch
( means you must do some setting before you turning it on)
Automatically lock the last dm user after sending a message
Scheduled execution of set actions
Room black / white list (auto kick out/ban/report visitors)
Automatically send out a greeting on visitors entering the room
List of banned words. When the user’s words match the forbidden words, they will be kicked out automatically.
Add the /me command automatically
When the event occurs, perform the set action
Automatically send messages to yourself to prevent the room from disappearing
Record chat messages via Telegram Bot
Send chat notification when browser tab is not on chatroom page
Features tab
Bio
🔖 Current login account
💾 Saved account
Switch the selected account
Save the current account
delete the selected account
tripcode explorer
Friends
Waiting room function
Check whether the room is available at regular intervals, and if so, jump to that room.
Match rule pattern:
Store rules
Searching for users / rooms
Search mode:
search
Add to favorites
Favorites notification / list
Open favorites notice (someone goes online or creates a room)
Show all favorites rules
Show all matching tripcode users online
Show all users who meet the rules online
Show all rooms that meet the rules on the line
Show all rooms online
Music
Play mode (click to switch)
Sound source
Search Keyword and Play
Enter keywords and function keys to query.
Directly after input:
Function keys (no keywords):
Expand the list to play Play the first song in playlist Expand favorites list
Remove from playlist play the song add to favorites
Add to playlist Play now Remove from favorites
Function keys (with keywords)
Expand results Play the most relevant song Add the most relevant song to playlist
Add to playlist Play now Add to favorites
GamePanel
Select a game and it will only start when selected.
LineSticker
restore the ten preset stickers
Add stickers
delete the selected texture
Go to the sticker website
Background settings
Go to the help page About the author Reset all settings
Click HELP to open the introduction page of the setting.
Quick Regex Tester (Quick Regular Expression Test)
Quick test for easy rule setting
Music Delay
In continuous playback mode, songs and songs are spaced.
(There is a synchronization problem between room members, sometimes songs will be covered, so the delay is set)
Timer Configuration
Function: Perform the defined action regularly.
Minutes, "function", ["parameter", ...]
Function [“parameter”, …] Description:
msg
["message", "message", ...]
Select a message to publish.
umsg
["URL", "Message", ...]
Publish the URL and a randomly selected message.
dm
["username", "message", "message", ...]
Select a message to dm the username.
udm
["username", "URL", "message", ...]
Private messaging users, with a URL and a randomly selected message.
kick
["username"]
Kick out the user.
ban
["username"]
Kick out and ban the user.
banrpt
["username"]
Kick out, ban and report the user.
plym
["Song Keywords"]
plym
["Song Keyword", "Number"]
plym
["Song Keyword", "Sound Source"]
plym
["Song Keyword", "Number", "Sound Source"]
plym
["Song Keyword", "Sound Source", "Number"]
play music.
addm
["Song Keywords"]
addm
["Song Keywords", "Number"]
addm
["Song Keyword", "Sound Source"]
addm
["Song Keyword", "Number", "Sound Source"]
addm
["Song Keyword", "Sound Source", "Number"]
Add music to your playlist.
delm
["number"]
Remove music (by index number) from the list.
lstm
[]
show the playlist.
nxtm
[]
Play the next song.
pndm
[]
pndm
["Song Keywords"]
pndm
["song keyword", "number"]
pndm
["Song Keyword", "Sound Source"]
pndm
["song keyword", "number", "audio source"]
pndm
["song keyword", "sound source", "number"]
If there is no parameter, the list to be played is listed.
If there is no music currently, play music.
If there is music, add it to the list
If the keyword is an empty string, list it for play.
schm
["Song Keyword"]
schm
["Song Keyword", "Sound Source"]
List search results.
horm
["username"]
Transfer owner permissions to the user.
ocdr
[]
Leaving the room and entering the room again.
gofr
["Room Name (RegExp)"]
Go to the room that matches the room name. If it fails, return to the origin room.
(
Me
can be achieved in msg with/ me + push message
) ~You can use special time variables in parameters:
%Y
year, four-digit year%年
year, Chinese numerals%M
month, one or two digits%月
month, Chinese numerals (one to twelve)%D
date, one or two digits%日
date, Chinese numerals%d
weekday, full English%拜
week, Chinese%H
(24 hour clock)%h
(12 hours)%c
In the afternoon, Englisha.m.
p.m.
%m
minutes, numbers%s
seconds, numbers%%
escape character%
example:
10, "msg", ["every 10 mins report once!"] 2, "msg", ["It's a Report Message", "Now is%H:%m!"]
Welcome Configuration
Function: After someone enters the room, if the name matches regular expression, the greeting will be sent out automatically .
Format: Two formats, multiple welcome words (choose randomly and send out)
"Username (regular expression)", "Welcome" "Username (regular expression)", ["Hola", "Hello", ...]
note:
""
or the regular string".*"
Can match all.Special variables:
$user
The name of the member who entered the room.$
escape character$
.Example: Say
hello, kitty
to users who have lambda in their name followed by cat (possibly with some words in between), andhello/HI!!
to others."lambda.*cat", "hello, kitty" ".*", ["hello $user", "HI !! $user"]
WhiteList Configuration
Function: Use regular expressions to automatically kick out specifics ** not in the list ** user.
format:
Username (regular expression)
Example: Only users whose names end with
cat
or begin withmysterious
are allowed.cat$ ^mysterious
BlackList Configuration
Function: Use regular expressions to automatically kick out specific uses in list.
format:
Username (regular expression)
Example: kick out users who have
otoko
in their names and some qualified robots.otoko .*Robot
BanAbuse Configuration
Function: use regular expressions to filter the chat content and automatically kick out speak prohibited words users.
format:
Stop word (regular expression)
Example: Chats containing members who say
dog
orfoobar
will be kicked out.dog foobar
EventAction Configuration
Function: For some events, here are some functions that can order some corresponding actions.
The defined actions will be performed only when the username and the contents sent by the user match the regular expression.
In fact, the previous functions: welcome words / whitelist / blacklist / banned words can be implemented with this function.
format:
"Event type", "User name (regular expression)", "Content matching (regular expression)", "Function", ["Arguments", ...] ["Event type", ...], "User name (regular expression)", "Content matching (regular expression)", "Function", ["Arguments", ...]
Event type:
me
as/me
music
play musicleave
members leavejoin
members joinmsg
general messagedm
Private Messagemusicend
music endsFunction [“parameter”, …] Description:
msg
["message", "message", ...]
Select a message to publish.
umsg
["URL", "Message", ...]
Publish the URL and a randomly selected message.
dm
["username", "message", "message", ...]
Select a message to dm the username.
udm
["username", "URL", "message", ...]
Private messaging users, with a URL and a randomly selected message.
kick
["username"]
Kick out the user.
ban
["username"]
Kick out and ban the user.
banrpt
["username"]
Kick out, ban and report the user.
plym
["Song Keywords"]
plym
["Song Keyword", "Number"]
plym
["Song Keyword", "Sound Source"]
plym
["Song Keyword", "Number", "Sound Source"]
plym
["Song Keyword", "Sound Source", "Number"]
play music.
addm
["Song Keywords"]
addm
["Song Keywords", "Number"]
addm
["Song Keyword", "Sound Source"]
addm
["Song Keyword", "Number", "Sound Source"]
addm
["Song Keyword", "Sound Source", "Number"]
Add music to your playlist.
delm
["number"]
Remove music (by index number) from the list.
lstm
[]
show the playlist.
nxtm
[]
Play the next song.
pndm
[]
pndm
["Song Keywords"]
pndm
["song keyword", "number"]
pndm
["Song Keyword", "Sound Source"]
pndm
["song keyword", "number", "audio source"]
pndm
["song keyword", "sound source", "number"]
If there is no parameter, the list to be played is listed.
If there is no music currently, play music.
If there is music, add it to the list
If the keyword is an empty string, list it for play.
schm
["Song Keyword"]
schm
["Song Keyword", "Sound Source"]
List search results.
horm
["username"]
Transfer owner permissions to the user.
ocdr
[]
Leaving the room and entering the room again.
gofr
["Room Name (RegExp)"]
Go to the room that matches the room name. If it fails, return to the origin room.
Special parameter variables:
$user
username for sending message$cont
content sent by the user$args
User sends everything after the first spaceUser sends:
play BUMP OF CHICKEN「 Hello, world! 」
$args
:BUMP OF CHICKEN "Hello, world!"
$url
URL on user folder$
escape character$
There are some special uses here.
For received messages, the parameters are separated by spaces, and quotation marks are used to avoid separation.
For separate content, the following methods can be used as parameters.
$N
N is a number. Take the Nth parameter from the number, starting from zero.$[N-M]
takes parameters from N to M. If N does not give, it will start from zero, and if M does not give, it will take to the end.Example: Connect the song function.
"msg", "", "^/play\\\\s+(\\\\D|\\\\d\\\\S)", "plym", ["$args"] "msg", "", "^/play\\\\s+\\\\d\\\\s+\\\\S+", "plym", ["$[2-]", "$1"] "msg", "", "^/playsrc\\\\s+[千易]\\\\s+(\\\\D|\\\\d\\\\S)", "plym", ["$[2-]"] "msg", "", "^/playsrc\\\\s+[千易]\\\\s+\\\\d\\\\s+\\\\S+", "plym", ["$[3-]", "$1", "$2"] "msg", "", "^/add\\\\s+(\\\\D|\\\\d\\\\S)", "addm", ["$args"] "msg", "", "^/add\\\\s+\\\\d\\\\s+\\\\S+", "addm", ["$[2-]", "$1"] "msg", "", "^/addsrc\\\\s+[千易]\\\\s+(\\\\D|\\\\d\\\\S)", "addm", ["$[2-]", "$1"] "msg", "", "^/addsrc\\\\s+[千易]\\\\s+\\\\d\\\\s+\\\\S+", "addm", ["$[3-]", "$1", "$2"] "msg", "", "^/list", "lstm", [] "msg", "", "^/next", "nxtm", [] "msg", "", "^/del\\\\s+\\\\d+", "delm", ["$1"] "msg", "", "^/pending\\\\s*$", "pndm", [] "msg", "", "^/pending\\\\s+(\\\\D|\\\\d\\\\S)", "pndm", ["$args"] "msg", "", "^/pending\\\\s+\\\\d\\\\s+\\\\S+", "pndm", ["$[2-]", "$1"] "msg", "", "^/pendsrc\\\\s+[千易]\\\\s+(\\\\D|\\\\d\\\\S)", "pndm", ["$[2-]", "$1"] "msg", "", "^/pendsrc\\\\s+[千易]\\\\s+\\\\d\\\\s+\\\\S+", "pndm", ["$[3-]", "$1", "$2"] "msg", "", "^/sc\\\\s+([千易]\\\\S+|[^千易])", "schm", ["$args"] "msg", "", "^/sc\\\\s+[千易]\\\\s+\\\\S+", "schm", ["$[2-]", "$1"]
The user sends the following strings to trigger the set function: