You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
finds out who last karma'd the specified item. If item is missing then it picks the last karma change in the channel.
< bar> choob++
< Choob> Given more karma to choob ...
< bar> baz++
< Choob> Given more karma to baz ...
< zap> !lastkarma
< Choob> Last karma'd item was baz++ by bar in #foo, X minutes, Y seconds ago.
< zap> !lastkarma choob
< Choob> Last karma'd item was choob++ by bar in #foo, X minutes, Y seconds ago.
Some of:
timing (how long ago),
channel (where the karma modification happened),
who (who made the karma modification),
modification direction (up, down and neutral)
can be ommitted if they leak too much private information, although having the bot in a channel basically removes any potential privacy.
The text was updated successfully, but these errors were encountered:
command:
!lastkarma [item]
finds out who last karma'd the specified item. If item is missing then it picks the last karma change in the channel.
< bar> choob++
< Choob> Given more karma to choob ...
< bar> baz++
< Choob> Given more karma to baz ...
< zap> !lastkarma
< Choob> Last karma'd item was baz++ by bar in #foo, X minutes, Y seconds ago.
< zap> !lastkarma choob
< Choob> Last karma'd item was choob++ by bar in #foo, X minutes, Y seconds ago.
Some of:
can be ommitted if they leak too much private information, although having the bot in a channel basically removes any potential privacy.
The text was updated successfully, but these errors were encountered: