pullstatus removed

This commit is contained in:
Flummi 2016-10-21 02:42:13 +02:00
parent abc4733bc1
commit d6dcea3ef0

View File

@ -47,7 +47,7 @@ function Websrv(tlib) {
if( lib.cfg.debugchannel === '#f0ck' ) {
exec('cd ../ & git pull', (error, stdout) => {
if(error === null)
lib.bot.send( lib.cfg.debugchannel, stdout, 'n0xy' );
lib.bot.send( lib.cfg.debugchannel, 'git pull suxxessfully. restart.', 'n0xy' );
});
}
}