From 143f6cd2ebdb74687f96cb9724f2922341a9f097 Mon Sep 17 00:00:00 2001 From: Donnadonnam <123767522+Donnadonnam@users.noreply.github.com> Date: Wed, 15 Feb 2023 14:52:56 -0600 Subject: [PATCH 1/2] elfindercontroller ir - it GitHub Vis...github.dev --- CONTRIBUTING.md | 16 ++++++++++++++++ it/Commands/ItComeOut.php | 2 +- it/configs/elfindercontroller.it | 14 +++++++++++++- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 34780766..670da36c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1,17 @@ Will be baack to edit this file :) +import itchat + +@itchat.msg_register(itchat.content.TEXT) +def text_reply(msg): + return msg.text + +itchat.auto_login() +itchat.run() +For more advanced uses you +@itchat.msg_register(configu all my repositories,') +def _(ms): + # equals to print(msg['FromUserName']) + print(msg.fromUserName) +author = itchat.search_friends[nickName='LittleCoder'](0) +author.send('greeting, littlecoder!') + diff --git a/it/Commands/ItComeOut.php b/it/Commands/ItComeOut.php index 4758620d..7ea70f23 100644 --- a/it/Commands/ItComeOut.php +++ b/it/Commands/ItComeOut.php @@ -1,6 +1,6 @@ Date: Wed, 15 Feb 2023 15:10:20 -0600 Subject: [PATCH 2/2] ReadMe.md - GitHub - Visual Stu...github.dev --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1eace9ce..b104d9ae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ -# (it) package stopped and ending support + +