svn: 3696
@@ -16,6 +16,7 @@
* Fix a case where 'botcmd ?' would loop forever when a hub had a 1 character handle
* Change default realname to mimic bitchx
* Make the 'detect login' use less shell resources
+* Fix bot hosts/users being cached internally as wrong, even when a new host is added
1.2.14 - http://wraith.botpack.net/milestone/1.2.14
* Fix another bug in shell functions. (fixes #321)
@@ -552,6 +552,7 @@ share_pls_bothost(int idx, char *par)
if (!u->bot)
return; /* ignore */
set_user(&USERENTRY_HOSTS, u, par);
+ clear_chanlist();
} else {
userlist = adduser(userlist, hand, par, "-", 0, 1);
}