diff options
-rwxr-xr-x | scripts/load_every_help.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/load_every_help.py b/scripts/load_every_help.py index 113cc235..efa822bd 100755 --- a/scripts/load_every_help.py +++ b/scripts/load_every_help.py @@ -88,10 +88,12 @@ def remove_ignorelines(list): ignorelines = [ 'expr, expr~, fexpr~ version 0.4 under GNU General Public License \n', 'fiddle version 1.1 TEST4\n', - 'sigmund version 0.03\n', + 'sigmund version 0.07\n', + 'bonk version 1.5\n' 'pique 0.1 for PD version 23\n', 'this is pddplink 0.1, 3rd alpha build...\n', 'beware! this is tot 0.1, 19th alpha build...\n', + 'foo: you have opened the [loadbang] help document\n' '\n' ] ignorepatterns = [ |