Skip to content

Instantly share code, notes, and snippets.

View suhrmann's full-sized avatar
🚀

Simon Uhrmann suhrmann

🚀
  • TC Freyung | th-deg.de/tc-freyung
  • Bavaria, Germany
  • 09:19 (UTC +02:00)
View GitHub Profile
@suhrmann
suhrmann / random_kick_with_sound.js
Last active June 8, 2017 03:16
A Script for sinusbot to kick a player who's randomly choosen and play a sound shortly before the kick.
registerPlugin({
name: 'Random Kick With Sound',
version: '1.0',
description: 'If someone sends "!rkick" to the bot, he will randomly kick one member from the channel while playing a medley.',
author: 'vadammt <vadammt@mordsgau.de>',
vars: {
message: {
title: 'Message which user activated random kick. (%n = nickname)',
type: 'string'
},