svn: 2377
@@ -13,7 +13,7 @@ Lines prefixed with '-' were disabled before release and are not finished, or ar
1.2.8
* Fixed [bot]* cmds depending on case of botnicks.
-
+* Fixed hubs attempting to generate a ctcp version reply after 'cloak-script' was set.
1.2.7
* Forgot 'log_bad = 0;' to fix the '!' showing up for aliases.
@@ -157,7 +157,7 @@ sdprintf("var (mem): %s -> %s", var->name, datain);
*(int *) (var->mem) = number;
- if (var->flags & VAR_CLOAK)
+ if (var->flags & VAR_CLOAK && !conf.bot->hub)
scriptchanged();
} else if (var->flags & VAR_BOOL) {
if (data && str_isdigit(data)) {