Skip to content

Commit

Permalink
add PHP Wechaty (wechaty/php-wechaty#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Jul 9, 2020
1 parent 65cb0fa commit 194cc5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/room-inviter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const wechatyConfig: RoomInviterConfig = {

const wechatyNonTsConfig: RoomInviterConfig = {
password : [
/^(python|go|java|scala) wechaty$/i,
/^(python|go|java|scala)$/i,
/^(python|go|java|scala|php) wechaty$/i,
/^(python|go|java|scala|php)$/i,
],
repeat,
room: '19367909379@chatroom',
Expand Down

0 comments on commit 194cc5c

Please sign in to comment.