svn: 2214
@@ -17,6 +17,7 @@ Lines prefixed with '-' were disabled before release and are not finished, or ar
1.2.4
* Fixed cmd_botset not displaying botnick.
* cmd_adduser now sends a NOTICE to the person being added with their initial password.
+* Fixed cmd_conf not working at all.
1.2.3
@@ -1554,7 +1554,7 @@ static void cmd_sha1(int idx, char *par)
static void cmd_conf(int idx, char *par)
{
- if (!conf.bot->localhub || !conf.bot->hub) {
+ if (!conf.bot->localhub && !conf.bot->hub) {
dprintf(idx, "Please use '%s%s%s' for this login/shell.\n", RED(idx), conf.localhub, COLOR_END(idx));
return;
}