@@ -525,7 +525,7 @@ void add_myself_to_userlist() {
bi = (struct bot_addr *) get_user(&USERENTRY_BOTADDR, conf.bot->u);
}
- if (!bi) {
+ if (bi) {
if (conf.bot->net.ip)
bi->address = strdup(conf.bot->net.ip);
bi->telnet_port = bi->relay_port = 3333;