registerPlugin({
name: 'No Recording!',
version: '1.0',
description: 'This script will kick anyone who attempts to record.',
author: 'Michael Friese <[email protected]>',
vars: {}
}, function(sinusbot, config) {
sinusbot.on('record', function(ev) {
sinusbot.kickServer(ev.clientId, 'No recording on our server!');
});
});
hatte soeben das gleiche problem,Ich komme mit der Version 0.9.15 nicht ins Interface! Mit keiner Version!