mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-22 10:04:36 +01:00
Factoids: turn debugging back off for $var expansions
This commit is contained in:
parent
15f8a3683e
commit
50ebf52371
@ -416,7 +416,7 @@ sub expand_factoid_vars {
|
||||
|
||||
$root_keyword = lc $root_keyword;
|
||||
|
||||
my $debug = 10;
|
||||
my $debug = 0;
|
||||
my $depth = 0;
|
||||
while (1) {
|
||||
last if ++$depth >= 1000;
|
||||
|
Loading…
Reference in New Issue
Block a user