| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
[quizgr] a small correction
|
|
|
|
|
|
|
|
- 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
|
|
[colorkick] declare $VERSION %IRSSI
|
|
|
|
[pager] declaration $VERSION %IRSSI
|
|
|
|
translit
|
|
|
|
add $VERSION
|
|
add $VERSION
|
|
[ctrlact] Fix network matching for query subcommand
|
|
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>
|
|
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>
|
|
|
|
|
|
ctrlact — Irssi script for fine-grained control of activity indication
|
|
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
hilightwin.pl: Add hilightwin_ignore_targets setting
|
|
|
|
Setting parser inspired by irssi's own strarray_find_dest()
|
|
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
[go.pl] Make matching behaviour configurable
|
|
Introduces two new settings `go_match_anchored` and
`go_complete_anchored` that control whether the search string (the
argument to `/go`) matches only at the start of window/item names (the
default), or anywhere in the names.
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
Introduces two new settings:
- 'go_match_case_sensitive' which, if OFF, causes channel/window names to be
matched case-insensitively.
/go foo → #Foobar
- 'go_complete_case_sensitive' which, if ON, causes channel/window names to be
matched case-sensitively during tab-completion:
/go foo<tab> → will not yield #Foobar
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
Signed-off-by: martin f. krafft <madduck@madduck.net>
|
|
as title
|
|
irssi-1.0.0
bug found by jimgrape, patched by xhebox.
https://github.com/irssi/scripts.irssi.org/issues/334
|
|
|
|
|
|
nickserv script. Added nicklist empty notice. Validated nick name against being empty.
|
|
parts. Refactoring save file location building to single position. Removing postcmds after deletion of net or nick.
|
|
|