Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Merge requests
!30
present external menu option display defaults
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
present external menu option display defaults
xtrnmodopts
into
master
Overview
1
Commits
4
Pipelines
3
Changes
1
Merged
Kayz
requested to merge
xtrnmodopts
into
master
4 years ago
Overview
1
Commits
4
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 2
ce9ea153
4 years ago
version 1
b6d2afda
4 years ago
master (base)
and
latest version
latest version
970ad497
4 commits,
4 years ago
version 2
ce9ea153
3 commits,
4 years ago
version 1
b6d2afda
2 commits,
4 years ago
1 file
+
15
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ctrl/modopts.ini
+
15
−
4
Options
; $Id: modopts.ini,v 1.36 2020/04/18 06:21:33 rswindell Exp $
; This file contains simple JS object defintions to enable/control the optional
; This file contains simple JS object defintions to enable/control the optional
; behavior of various Synchronet stock and 3rd party JS modules (e.g. exec/*.js)
; behavior of various Synchronet stock and 3rd party JS modules (e.g. exec/*.js)
@@ -68,8 +66,21 @@
@@ -68,8 +66,21 @@
; Auto-execute the only available program when entering a program section
; Auto-execute the only available program when entering a program section
autoexec
=
false
autoexec
=
false
; Execute (evaluate) a JavaScript expression before/after executing any external programs (doors)
; Execute (evaluate) a JavaScript expression before/after executing any external programs (doors)
; eval_before_exec = alert('Running ' + prog.name);
; eval_before_exec = alert('Running ' + prog.name);
; eval_after_exec = load('../xtrn/twitter/tweet.js', user.alias, 'ran', prog.name);
; eval_after_exec = load('../xtrn/twitter/tweet.js', user.alias, 'ran', prog.name);
; uncomment and modify any of the below to change the look of the external programs menu
; header_fmt: \1n\1c\1h%s \1n\1cExternal Programs:\r\n\r\n
; titles: \1n\1cNum \1h\xb3\1n\1c Name \1n\1c
; multicolumn_fmt: \1h\1c%3u \xb3 \1n\1c%-32.32s \1h
; singlecolumn_fmt: \1h\1c%3u \xb3 \1n\1c%s \1h
; which: \r\n\1-\1cWhich or \1h~Q\1n\1cuit: \1h
; underline: \1c\1h\xc4\xc4\xc4\xc4\xc5\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4\xc4
; to enable cost display, use these instead
; titles: \1n\1cNum \1h\xb3\1n\1c Name Cost \1n\1c
; multicolumn_fmt: \1h\1c%3u \xb3 \1n\1c%-26.26s\1h %5u
; singlecolumn_fmt: \1h\1c%3u \xb3 \1n\1c%-26.26s\1h %5u
[chat_sec]
[chat_sec]
; Over-ride default IRC server/port and channel (if desired) here:
; Over-ride default IRC server/port and channel (if desired) here:
Loading