summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)Author
2017-03-28fullrain.pl v1.0Kenneth B. Jensen
2017-03-21Merge pull request #381 from jwm/masterailin-nemui
Add script to send highlighted messages via Signal
2017-03-21add script to send highlighted messages via SignalJohn Morrissey
2017-03-20Merge pull request #379 from bw1/nicklistailin-nemui
[nicklist][crit] rewrite open
2017-03-20[query][crit] rewrite openbw1
2017-03-20[nicklist][crit] rewrite openbw1
2017-03-20Merge pull request #373 from bw1/connectcmdailin-nemui
[connectcmd] a small correction
2017-03-20Merge pull request #371 from bw1/scroller.plailin-nemui
[scroller] a small correction
2017-03-20[ogg123][CRIT] rewrite openbw1
2017-03-20[connectcmd] a small correctionbw1
2017-03-20Merge pull request #372 from bw1/mangleailin-nemui
[mangle] a small correction
2017-03-19[dau][CRIT] rewrite openbw1
2017-03-18[topicsed] a small correctionbw1
2017-03-17[mangle] [CRIT] correct openbw1
2017-03-17[mangle] a small correctionbw1
2017-03-17[scroller] a small correctionbw1
2017-03-17[hitcount] format changebw1
2017-03-17[hitcount] unloadbw1
2017-03-17[hitcount] refresh_tagbw1
2017-03-17[hitcount] re arrange the scriptbw1
2017-03-17[hddtemp] a small correctionbw1
2017-03-16Merge pull request #369 from bw1/quizgrailin-nemui
[quizgr] a small correction
2017-03-16[quizgr] a small correctionbw1
2017-03-15[randaway] a small correctionbw1
2017-03-12[page-c0ffee] a small correctionbw1
2017-03-11Update script to new version.wilk
- added optional automatic hints - made /quiz or /help quiz commands to show only options for selected quiz type (the list was too wide to comprehend) - !podp no longer shows already revealed hint/answer - script informs player about achieving point limit in 50%+1 mode - team order is sorted by join time (Familiada) - option to reset/keep team players in their teams (aside of individual points) (Familiada) - some minor fixes
2017-03-07Merge pull request #362 from bw1/colorkickailin-nemui
[colorkick] declare $VERSION %IRSSI
2017-03-07[colorkick] fix bug == with eqbw1
2017-03-07Merge pull request #361 from bw1/pagerailin-nemui
[pager] declaration $VERSION %IRSSI
2017-03-07[colorkick] declare $VERSION %IRSSIbw1
2017-03-06Merge pull request #360 from bw1/translitailin-nemui
translit
2017-03-06[pager] declaration $VERSION %IRSSIbw1
2017-03-05translitbw1
add $VERSION
2017-03-05dccselfbw1
add $VERSION
2017-02-23Merge pull request #355 from madduck/ctrlact-fix_cmd_query_netmatchailin-nemui
[ctrlact] Fix network matching for query subcommand
2017-02-24Loosen version check on data file readmartin f. krafft
The versioning of the data file allows for making changes to the format, but if the script version increases without the data file-format being changed, things are expected to work as before, and thus there ought not be an error spouted. Let's only use the versioning to patch up handling for formats of the past. Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-24Fix network matching for query subcommandmartin f. krafft
In the absence of a network tag passed to the `query` subcommand, no rules but the default would match and so the returned match(es) would potentially not actually be the ones used in context of ctrlact's normal operation. This commit fixes #354 by special-casing the threshold match when the data to be looked up doesn't actually specify a network tag. In this case, the output for net will be '(ignored)'. Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-19Forgot the version bumpThomas Stagner
2017-02-19Implement second-level tab completion for /perlalias and /perlunaliasThomas Stagner
2017-02-17Merge pull request #350 from madduck/ctrlactailin-nemui
ctrlact — Irssi script for fine-grained control of activity indication
2017-02-15Switch to 3-arg open callsmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-15Properly handle mappings file creationmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-15Use croak instead of diemartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-15Simplify debug outputmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-15Unify print outputmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-15Print linenumbers in /ctrlact list outputmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-15Lower message level of debug outputmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-15Add ability to match on server tagmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-15Single-line debug outputmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-14React to setup reread signalmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>