dk what changed

This commit is contained in:
Flummi 2016-09-06 13:05:50 +00:00
parent 4327fd983b
commit ca4dcf5ba4

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) => {