This commit is contained in:
jkhsjdhjs 2016-09-06 17:15:20 +02:00
commit 958bc1d1c0

View File

@ -37,6 +37,7 @@ cfg.forEach((e,i,a) => {
bot.on('motd', (e) => { bot.on('motd', (e) => {
console.log("motd von "+e.network+" erhalten"); console.log("motd von "+e.network+" erhalten");
bot.mode(bot.me, "+B", e.network);
}); });
bot.on('message', (e) => { bot.on('message', (e) => {