poshbotio / PoshBot.Karma

A karma plugin for PoshBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Actions PSGallery License
GitHub Actions Status PowerShell Gallery License

PoshBot.Karma

A simple PoshBot plugin to managing karma.

Install Module

To install the module from the PowerShell Gallery:

PS C:\> Install-Module -Name PoshBot.Karma -Repository PSGallery

Install Plugin

To install the plugin from within PoshBot:

!install-plugin --name poshbot.karma

Commands

  • <thing>++

    Give karma to <thing>

  • <thing>--

    Remove karma from <thing

  • !karma

    Show the top 5 karma holders

  • !karma best

    Show the top 5 karma holders

  • !karma best 10

    Show the top 10 karma holders

  • !karma worst

    Show the worst 5 karma holders

  • !karma worst 10

    Show the worst 10 karma holders

  • !karma show <thing>

    Show karma for <thing>

  • !karma empty <thing>

    Remove all karma from <thing>

Usage

Good job! @sallysue++
That's not a nice thing to say @joeuser--

About

A karma plugin for PoshBot

License:MIT License


Languages

Language:PowerShell 100.0%