8000 added eval plugin by Furoin · Pull Request #1 · pyrogram/plugins · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

added eval plugin #1

Merged
merged 4 commits into from
Nov 8, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into dev
  • Loading branch information
delivrance authored Nov 8, 2018
commit f9891950180bd2dd73b5d20e8fa6a60ea6084596
6 changes: 4 additions & 2 deletions README.md
441D
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@ You found a bug on a plugin or want to extend one? Or maybe you have ideas on ho

Name | Description | Usage | License
:--- | :--- | :--- | :---
[**Haste**](plugins/haste), by [delivrance](//github.com/delivrance) | Upload text to hastebin.com and send its link | Reply to a group chat text message with `!haste` | MIT
[**eval**](plugins/eval), by [Furoin](//github.com/Furoin) | Evaluate a Python expression and send the result | Example: `!eval 1+2+3` | MIT
[**haste**](plugins/haste), by [delivrance](//github.com/delivrance) | Upload text to hastebin.com and send its link | Reply to a group chat text message with `!haste`
[**welcome**](plugins/welcome), by [delivrance](//github.com/delivrance) | Greet new members with a welcome message | Run and wait for new members to join your groups
[**eval**](plugins/eval), by [Furoin](//github.com/Furoin) | Evaluate a Python expression and send the result | Example: `!eval 1+2+3`
[**replace**](plugins/replace), by [brightside](//github.com/bright5ide) | Search and Replace a part of a message to suggest user if he meant something else | Reply to a group chat text message with `!r <old>/<new>`
You are viewing a condensed version of this merge commit. You can view the full changes here.
0