]> git.99rst.org Git - irssi-scripts.irssi.org.git/log
irssi-scripts.irssi.org.git
4 years agoautomatic scripts database update for 00c6d0b68080da6879d4f898699a9faf966d554b
Irssi Scripts Helper [Sun, 31 Oct 2021 10:55:54 +0000 (10:55 +0000)]
automatic scripts database update for 00c6d0b68080da6879d4f898699a9faf966d554b

[ci skip]

4 years agoMerge pull request #780 from madduck/clear-execute-perms
bw1 [Sun, 31 Oct 2021 10:54:31 +0000 (11:54 +0100)]
Merge pull request #780 from madduck/clear-execute-perms

Clear execute perms

4 years agoautomatic scripts database update for 0dc3a106db672743d242e5bc475ca8d914b8b755
Irssi Scripts Helper [Sun, 24 Oct 2021 16:03:10 +0000 (16:03 +0000)]
automatic scripts database update for 0dc3a106db672743d242e5bc475ca8d914b8b755

[ci skip]

4 years agoMerge pull request #787 from madduck/ctrlact-1.5
bw1 [Sun, 24 Oct 2021 16:01:34 +0000 (18:01 +0200)]
Merge pull request #787 from madduck/ctrlact-1.5

[ctrlact.pl] New version 1.5

4 years agoautomatic scripts database update for 233eb16f63159d300a721b930d638d20b7a0a695
Irssi Scripts Helper [Sat, 23 Oct 2021 09:23:31 +0000 (09:23 +0000)]
automatic scripts database update for 233eb16f63159d300a721b930d638d20b7a0a695

[ci skip]

4 years agoMerge pull request #794 from ailin-nemui/settingshelp
bw1 [Sat, 23 Oct 2021 09:22:14 +0000 (11:22 +0200)]
Merge pull request #794 from ailin-nemui/settingshelp

[settingshelp] update to 1.4.0

4 years ago[settingshelp] update to 1.4.0
Ailin Nemui [Sat, 23 Oct 2021 00:26:53 +0000 (02:26 +0200)]
[settingshelp] update to 1.4.0

4 years agoautomatic scripts database update for af27fb7047ed62e17197c36c088208b457c90dd9
Irssi Scripts Helper [Tue, 19 Oct 2021 19:04:38 +0000 (19:04 +0000)]
automatic scripts database update for af27fb7047ed62e17197c36c088208b457c90dd9

[ci skip]

4 years agoMerge pull request #774 from bw1/ontv2
bw1 [Tue, 19 Oct 2021 19:01:04 +0000 (21:01 +0200)]
Merge pull request #774 from bw1/ontv2

[ontv2] show details

4 years agoDo not store version reference in %IRSSI/$VERSION
martin f. krafft [Mon, 20 Sep 2021 02:35:50 +0000 (04:35 +0200)]
Do not store version reference in %IRSSI/$VERSION

Signed-off-by: martin f. krafft <redacted>
4 years agoPrepare 1.5 release
martin f. krafft [Fri, 17 Sep 2021 05:36:34 +0000 (07:36 +0200)]
Prepare 1.5 release

Signed-off-by: martin f. krafft <redacted>
4 years agoFix /ctrlact show with empty ruleset
martin f. krafft [Sun, 19 Sep 2021 21:35:16 +0000 (23:35 +0200)]
Fix /ctrlact show with empty ruleset

/ctrlact show didn't use fallbacks, and so with an empty ruleset, it
would just print lots of warnings about uninitialized variables. Let's
make it use defaults!

Thanks to @bw1 for spotting this.

Signed-off-by: martin f. krafft <redacted>
4 years agoProvide /ctrlact help implementation
martin f. krafft [Fri, 17 Sep 2021 20:26:17 +0000 (22:26 +0200)]
Provide /ctrlact help implementation

Signed-off-by: martin f. krafft <redacted>
4 years agoUse MSGLEVEL_NO_ACT for debug output
martin f. krafft [Fri, 17 Sep 2021 22:22:55 +0000 (00:22 +0200)]
Use MSGLEVEL_NO_ACT for debug output

We don't need the kludge with a global variable if we set
MSGLEVEL_NO_ACT on all debug output, because that then never triggers
activity itself.

Signed-off-by: martin f. krafft <redacted>
4 years agoCheck default data levels for validity
martin f. krafft [Fri, 17 Sep 2021 21:31:42 +0000 (23:31 +0200)]
Check default data levels for validity

Previously, one would have been able to `/set` any of the
`ctrlact_fallback_*_threshold` settings to an invalid value, which is
now prevented.

Signed-off-by: martin f. krafft <redacted>
4 years agoInclude defaults in ctrlact list output
martin f. krafft [Fri, 17 Sep 2021 21:30:59 +0000 (23:30 +0200)]
Include defaults in ctrlact list output

Signed-off-by: martin f. krafft <redacted>
4 years agoFix up use of ctrlact to add rules in comment
martin f. krafft [Fri, 17 Sep 2021 20:15:57 +0000 (22:15 +0200)]
Fix up use of ctrlact to add rules in comment

Thanks @bw1 for catching this oversight.

Signed-off-by: martin f. krafft <redacted>
4 years agoIntroduce /ctrlact snoop
martin f. krafft [Fri, 17 Sep 2021 05:30:04 +0000 (07:30 +0200)]
Introduce /ctrlact snoop

Snooping on a channel means ctrlact will apply rules as if you had been
active on the channel at the time you issue the command — without you
actually having to engage and/or let anyone know.

Signed-off-by: martin f. krafft <redacted>
4 years agoDisplay remaining time for attention span match
martin f. krafft [Fri, 17 Sep 2021 05:22:32 +0000 (07:22 +0200)]
Display remaining time for attention span match

If a rule matches within the attention span (i.e. within a certain
period following one's own engagement), then display how long this rule
will continue to match (remaining time).

Signed-off-by: martin f. krafft <redacted>
4 years agoImplement /ctrlact sleep
martin f. krafft [Tue, 14 Sep 2021 23:14:51 +0000 (01:14 +0200)]
Implement /ctrlact sleep

The command stops watching a channel following own activity (during the
so-called attention span), i.e. sets the attention span back to 0.

Signed-off-by: martin f. krafft <redacted>
4 years agoAdd changelog
martin f. krafft [Sat, 11 Sep 2021 05:55:36 +0000 (07:55 +0200)]
Add changelog

Reconstructed from Git, but I figure it makes sense to have it in the
comments.

Signed-off-by: martin f. krafft <redacted>
4 years agoTo-do updates
martin f. krafft [Fri, 10 Sep 2021 23:31:08 +0000 (01:31 +0200)]
To-do updates

The list of to-do items just keeps on growing…

Signed-off-by: martin f. krafft <redacted>
4 years agoLet query work on current item if not otherwise specified
martin f. krafft [Sat, 11 Sep 2021 00:11:37 +0000 (02:11 +0200)]
Let query work on current item if not otherwise specified

If no name is given to /ctrlact query, try to deduce the name of the
active window item, and use that.

Signed-off-by: martin f. krafft <redacted>
4 years agoLet /ctrlact add take a span arg
martin f. krafft [Fri, 10 Sep 2021 23:18:49 +0000 (01:18 +0200)]
Let /ctrlact add take a span arg

Introduce a new syntax for the attention span: +86400

Signed-off-by: martin f. krafft <redacted>
4 years agoRework command line parser
martin f. krafft [Fri, 10 Sep 2021 23:17:59 +0000 (01:17 +0200)]
Rework command line parser

Provide a unified way to parse Irssi command lines for all our commands.
In theory, this means that arguments like rule position will be parsed
also for e.g. /ctrlact query, where this makes no sense, but so what. If
there's a problem, we can react to it in the command handler.

Signed-off-by: martin f. krafft <redacted>
4 years agoImplement attention span
martin f. krafft [Fri, 10 Sep 2021 11:10:17 +0000 (13:10 +0200)]
Implement attention span

Rules can now be given an "attention span" such that they apply only
a certain period following your own engagement in a channel. For
instance, you might ask a question in a channel you'd usually only track
for hilights, and thus want to see activity for all messages for the
next hour.

Signed-off-by: martin f. krafft <redacted>
4 years agoRework versioned map file parsing
martin f. krafft [Fri, 10 Sep 2021 11:07:34 +0000 (13:07 +0200)]
Rework versioned map file parsing

A 1.3 config file is actually a valid 1.4 config file, so we don't need
to special-case anything, and thus let's keep things simple.

Signed-off-by: martin f. krafft <redacted>
4 years agoImplement adding and removing rules
martin f. krafft [Thu, 9 Sep 2021 10:47:18 +0000 (12:47 +0200)]
Implement adding and removing rules

/ctrlact add now lets you add rules at the top of the ruleset, or at
a specified position. If a matching rule already exists, it is replaced.

/ctrlact remove does the opposite.

Signed-off-by: martin f. krafft <redacted>
4 years agoPut the type arrays into a hash for easier use
martin f. krafft [Fri, 10 Sep 2021 00:39:07 +0000 (02:39 +0200)]
Put the type arrays into a hash for easier use

Signed-off-by: martin f. krafft <redacted>
4 years agoImplement saving
martin f. krafft [Fri, 10 Sep 2021 00:16:15 +0000 (02:16 +0200)]
Implement saving

Write out the map file if there are changes, or '-force' is given. Also
write out mappings on unload/reload, and when /save is called. Result
should be idempotent.

Signed-off-by: martin f. krafft <redacted>
4 years agoImproved wildcard matching
martin f. krafft [Thu, 9 Sep 2021 23:27:37 +0000 (01:27 +0200)]
Improved wildcard matching

No reason why '*' cannot appear as part of a word, e.g. 'debian-*', so
let's implement that.

Signed-off-by: martin f. krafft <redacted>
4 years agoIterate array using references, not indices
martin f. krafft [Thu, 9 Sep 2021 10:47:00 +0000 (12:47 +0200)]
Iterate array using references, not indices

Still learning my Perl…

Signed-off-by: martin f. krafft <redacted>
4 years agoPass array references instead of arrays
martin f. krafft [Thu, 9 Sep 2021 10:45:54 +0000 (12:45 +0200)]
Pass array references instead of arrays

No need to copy, albeit there's not a lot of data; use arrayrefs
instead. Oh my is Perl a pain.

Signed-off-by: martin f. krafft <redacted>
4 years agoSimplify data level conversion functions
martin f. krafft [Thu, 9 Sep 2021 10:38:45 +0000 (12:38 +0200)]
Simplify data level conversion functions

Don't even know what crack I was smoking previously, but conversion
between integer datalevels 1–4 and the corresponding keywords is now
a whole lot simpler.

Signed-off-by: martin f. krafft <redacted>
4 years agoImport print functions from chankeys
martin f. krafft [Thu, 9 Sep 2021 10:37:59 +0000 (12:37 +0200)]
Import print functions from chankeys

I developed functions for error/warning/info/debug for chankeys, and
this commit imports those, and switches ctrlact over to using them.

Signed-off-by: martin f. krafft <redacted>
4 years agoFix up table in comment
martin f. krafft [Fri, 10 Sep 2021 02:21:05 +0000 (04:21 +0200)]
Fix up table in comment

Signed-off-by: martin f. krafft <redacted>
4 years agoIncrement for new version: 1.3
martin f. krafft [Sun, 5 Sep 2021 22:46:14 +0000 (00:46 +0200)]
Increment for new version: 1.3

Signed-off-by: martin f. krafft <redacted>
4 years agoAdd scripts.i.o URL to meta info
martin f. krafft [Sun, 5 Sep 2021 22:45:56 +0000 (00:45 +0200)]
Add scripts.i.o URL to meta info

Signed-off-by: martin f. krafft <redacted>
4 years agoUnified method to print info messages
martin f. krafft [Sun, 5 Sep 2021 22:44:53 +0000 (00:44 +0200)]
Unified method to print info messages

Signed-off-by: martin f. krafft <redacted>
4 years agoFix up comments
martin f. krafft [Sat, 4 Sep 2021 10:48:14 +0000 (12:48 +0200)]
Fix up comments

I failed to update the comments for some previous changes, so let's make
it right.

Signed-off-by: martin f. krafft <redacted>
4 years agoShow the window refnum in debug output if there's not window name
martin f. krafft [Tue, 21 Feb 2017 08:49:42 +0000 (09:49 +0100)]
Show the window refnum in debug output if there's not window name

Signed-off-by: martin f. krafft <redacted>
4 years agoClear the execute bits from scripts
martin f. krafft [Mon, 8 May 2017 09:41:48 +0000 (11:41 +0200)]
Clear the execute bits from scripts

Irssi scripts don't get executed and so they don't need +x bits set.
This patch removes them.

Signed-off-by: martin f. krafft <redacted>
4 years agoRemove perl shebang line from tinyurl.pl
martin f. krafft [Mon, 8 May 2017 09:42:31 +0000 (11:42 +0200)]
Remove perl shebang line from tinyurl.pl

There's no need to have this line and it's at best misleading. The Irssi
script is not designed to be executed/run outside Irssi.

Signed-off-by: martin f. krafft <redacted>
4 years agoMerge pull request #775 from pstray/master
Jari Matilainen [Fri, 3 Sep 2021 11:55:17 +0000 (13:55 +0200)]
Merge pull request #775 from pstray/master

Updated my scripts to the current versions in my own repos

4 years agoautomatic scripts database update for 5ffd60ea2a5e55a12b4adc41d7165f388b7d26b6
Irssi Scripts Helper [Mon, 23 Aug 2021 10:39:34 +0000 (10:39 +0000)]
automatic scripts database update for 5ffd60ea2a5e55a12b4adc41d7165f388b7d26b6

[ci skip]

4 years agoFix some variable initialisation in log2ansi
Peder Stray [Mon, 23 Aug 2021 10:37:45 +0000 (12:37 +0200)]
Fix some variable initialisation in log2ansi

4 years agoautomatic scripts database update for e05dfc5c22ef8267c1299aa6a1f5617dd5efecc5
Irssi Scripts Helper [Sun, 22 Aug 2021 11:39:35 +0000 (11:39 +0000)]
automatic scripts database update for e05dfc5c22ef8267c1299aa6a1f5617dd5efecc5

[ci skip]

4 years agoFix some long standing bugs in log2ansi
Peder Stray [Sun, 22 Aug 2021 11:36:53 +0000 (13:36 +0200)]
Fix some long standing bugs in log2ansi

Also make script behave in testing

4 years agoautomatic scripts database update for df5fce91f5d22b02bc1edc5e5ce9a5ee932e5f16
Irssi Scripts Helper [Sat, 21 Aug 2021 21:58:13 +0000 (21:58 +0000)]
automatic scripts database update for df5fce91f5d22b02bc1edc5e5ce9a5ee932e5f16

[ci skip]

4 years agoFix missing +)
Peder Stray [Sat, 21 Aug 2021 21:56:51 +0000 (23:56 +0200)]
Fix missing +)

4 years agoautomatic scripts database update for 87243049a1c2c893c12ef81eec366f52ab8fe35c
Irssi Scripts Helper [Sat, 21 Aug 2021 08:43:54 +0000 (08:43 +0000)]
automatic scripts database update for 87243049a1c2c893c12ef81eec366f52ab8fe35c

[ci skip]

4 years agoUpdate all scripts with semantic versions
Peder Stray [Sat, 21 Aug 2021 08:40:50 +0000 (10:40 +0200)]
Update all scripts with semantic versions

4 years agoautomatic scripts database update for 3f939bffb1fb98a949c2ff135ae430b4e50d3428
Irssi Scripts Helper [Fri, 20 Aug 2021 12:38:20 +0000 (12:38 +0000)]
automatic scripts database update for 3f939bffb1fb98a949c2ff135ae430b4e50d3428

[ci skip]

4 years agoUpdate query to 1.26
Peder Stray [Fri, 20 Aug 2021 11:57:06 +0000 (13:57 +0200)]
Update query to 1.26

Add tests for some IRC-only stuff

4 years agoUpdate log2ansi to 1.11
Peder Stray [Fri, 20 Aug 2021 11:53:04 +0000 (13:53 +0200)]
Update log2ansi to 1.11

Added help options and support for more compessors

4 years agoUpdate chansort to 1.5
Peder Stray [Fri, 20 Aug 2021 11:49:58 +0000 (13:49 +0200)]
Update chansort to 1.5

Adds netonly config option

4 years agoUpdate autochannel to 1.3
Peder Stray [Fri, 20 Aug 2021 11:48:48 +0000 (13:48 +0200)]
Update autochannel to 1.3

Fix some signal-related stuff

4 years agoCleanup and updated contact info
Peder Stray [Fri, 20 Aug 2021 11:47:51 +0000 (13:47 +0200)]
Cleanup and updated contact info

4 years agoVaroius cleanup of indentation and comments
Peder Stray [Fri, 20 Aug 2021 12:13:39 +0000 (14:13 +0200)]
Varoius cleanup of indentation and comments

5 years ago[ontv2] show details
bw1 [Sun, 7 Feb 2021 12:56:06 +0000 (13:56 +0100)]
[ontv2] show details

5 years agoautomatic scripts database update for db21074dc46f1bd5394c65342bd31ee6b640de96
Irssi Scripts Helper [Fri, 21 May 2021 16:08:20 +0000 (16:08 +0000)]
automatic scripts database update for db21074dc46f1bd5394c65342bd31ee6b640de96

[ci skip]

5 years agoMerge pull request #771 from vague666/update_securemsg
bw1 [Fri, 21 May 2021 16:05:45 +0000 (18:05 +0200)]
Merge pull request #771 from vague666/update_securemsg

[securemsg] Add clear command to clear message queue without action

5 years agoUpdate help
vague666 [Tue, 18 May 2021 12:48:18 +0000 (14:48 +0200)]
Update help

5 years agoUpdate usage
vague666 [Mon, 17 May 2021 21:30:38 +0000 (23:30 +0200)]
Update usage

5 years ago[securemsg] Add clear command to clear message queue without action
vague666 [Mon, 17 May 2021 13:09:36 +0000 (15:09 +0200)]
[securemsg] Add clear command to clear message queue without action

5 years agoautomatic scripts database update for 0a587133ca0a6ad8cdd6160090913ea51c02b84d
Irssi Scripts Helper [Mon, 12 Apr 2021 17:16:16 +0000 (17:16 +0000)]
automatic scripts database update for 0a587133ca0a6ad8cdd6160090913ea51c02b84d

[ci skip]

5 years agoMerge pull request #770 from ailin-nemui/settings-kramdown
ailin-nemui [Mon, 12 Apr 2021 17:14:47 +0000 (19:14 +0200)]
Merge pull request #770 from ailin-nemui/settings-kramdown

[settingshelp] update due to kramdown parser changes

5 years agoupdate settingshelp due to kramdown parser changes
Ailin Nemui [Mon, 12 Apr 2021 16:20:42 +0000 (18:20 +0200)]
update settingshelp due to kramdown parser changes

5 years agoautomatic scripts database update for c88f062abf33078f6afb209731c0ece6bd3d29a8
Irssi Scripts Helper [Sat, 10 Apr 2021 10:15:14 +0000 (10:15 +0000)]
automatic scripts database update for c88f062abf33078f6afb209731c0ece6bd3d29a8

[ci skip]

5 years agoMerge pull request #769 from vague666/logcompress_unlink
Jari Matilainen [Sat, 10 Apr 2021 10:13:54 +0000 (12:13 +0200)]
Merge pull request #769 from vague666/logcompress_unlink

[logcompress_perl] only delete original file if there was no error

5 years agoOnly delete original file if there was an error
vague666 [Sat, 10 Apr 2021 09:44:52 +0000 (11:44 +0200)]
Only delete original file if there was an error

5 years agoOnly delete original file if there was an error
vague666 [Sat, 10 Apr 2021 09:43:51 +0000 (11:43 +0200)]
Only delete original file if there was an error

5 years agoautomatic scripts database update for 17843b3d62d75aa776af5e430ad640516d6c99d1
Irssi Scripts Helper [Sat, 10 Apr 2021 09:40:01 +0000 (09:40 +0000)]
automatic scripts database update for 17843b3d62d75aa776af5e430ad640516d6c99d1

[ci skip]

5 years agoMerge pull request #768 from vague666/logcompress_fix
Jari Matilainen [Sat, 10 Apr 2021 09:37:14 +0000 (11:37 +0200)]
Merge pull request #768 from vague666/logcompress_fix

[logcompress_perl] Fix wrong order of arguments to print

5 years agoUpdate changed date
vague666 [Sat, 10 Apr 2021 09:12:52 +0000 (11:12 +0200)]
Update changed date

5 years agoFix wrong order of arguments to print
vague666 [Sat, 10 Apr 2021 09:09:04 +0000 (11:09 +0200)]
Fix wrong order of arguments to print

5 years agoautomatic scripts database update for 86f631b7c770b51245ac1572c3a870a52310a1f4
Irssi Scripts Helper [Tue, 23 Mar 2021 08:04:51 +0000 (08:04 +0000)]
automatic scripts database update for 86f631b7c770b51245ac1572c3a870a52310a1f4

[ci skip]

5 years agoMerge pull request #739 from hloeung/master
ailin-nemui [Tue, 23 Mar 2021 08:02:06 +0000 (09:02 +0100)]
Merge pull request #739 from hloeung/master

[matterircd_complete.pl] Add new matterircd_complete.pl script

5 years agoAdd new matterircd_complete.pl script
Haw Loeung [Sat, 12 Dec 2020 16:22:53 +0000 (03:22 +1100)]
Add new matterircd_complete.pl script

For matterircd networks, supports tab auto completion (or key binding)
for nicks and message/threads.

5 years agoautomatic scripts database update for 594299d36b88abb69a9355d6d73547834f0c4514
Irssi Scripts Helper [Tue, 9 Mar 2021 17:32:54 +0000 (17:32 +0000)]
automatic scripts database update for 594299d36b88abb69a9355d6d73547834f0c4514

[ci skip]

5 years agoMerge pull request #766 from sxlijin/patch-1
ailin-nemui [Tue, 9 Mar 2021 15:57:21 +0000 (16:57 +0100)]
Merge pull request #766 from sxlijin/patch-1

[mouse] Add support for TERM=tmux-256color

5 years agoautomatic scripts database update for 21eee1d26c1118b551d2156f6f8a9fddda0e235c
Irssi Scripts Helper [Tue, 9 Mar 2021 09:45:04 +0000 (09:45 +0000)]
automatic scripts database update for 21eee1d26c1118b551d2156f6f8a9fddda0e235c

[ci skip]

5 years agoMerge pull request #767 from ailin-nemui/securemsg
ailin-nemui [Tue, 9 Mar 2021 09:43:39 +0000 (10:43 +0100)]
Merge pull request #767 from ailin-nemui/securemsg

[securemsg] add a new /sm rejidx and /sm showall command

5 years agoadd a new /sm rejidx and /sm showall command
Ailin Nemui [Mon, 8 Mar 2021 17:32:46 +0000 (18:32 +0100)]
add a new /sm rejidx and /sm showall command

5 years agoping
Ailin Nemui [Mon, 8 Mar 2021 17:28:24 +0000 (18:28 +0100)]
ping

5 years agoautomatic scripts database update for c1b931c7d2616472a527a8c27ab90bc9047ec74e
Irssi Scripts Helper [Mon, 8 Mar 2021 10:09:54 +0000 (10:09 +0000)]
automatic scripts database update for c1b931c7d2616472a527a8c27ab90bc9047ec74e

[ci skip]

5 years agoMerge pull request #763 from tscherf/urlgrab
ailin-nemui [Mon, 8 Mar 2021 10:08:34 +0000 (11:08 +0100)]
Merge pull request #763 from tscherf/urlgrab

[urlgrab] improve url log file format

5 years agoAdd support for TERM=tmux-256color
Samuel Lijin [Sat, 6 Mar 2021 02:26:50 +0000 (18:26 -0800)]
Add support for TERM=tmux-256color

5 years agoMerge pull request #765 from ailin-nemui/runner-cache
ailin-nemui [Wed, 3 Mar 2021 12:52:23 +0000 (13:52 +0100)]
Merge pull request #765 from ailin-nemui/runner-cache

avoid binary conflicts in cache

5 years agoavoid binary conflicts in cache
Ailin Nemui [Wed, 3 Mar 2021 12:29:57 +0000 (13:29 +0100)]
avoid binary conflicts in cache

5 years agoautomatic scripts database update for 45a3c7d45ad5e38393a61b1fbc88e2c48bb0edc9
Irssi Scripts Helper [Sat, 27 Feb 2021 16:55:19 +0000 (16:55 +0000)]
automatic scripts database update for 45a3c7d45ad5e38393a61b1fbc88e2c48bb0edc9

[ci skip]

5 years agoMerge pull request #764 from g4570n/g4570n-patch-1
ailin-nemui [Sat, 27 Feb 2021 16:53:45 +0000 (17:53 +0100)]
Merge pull request #764 from g4570n/g4570n-patch-1

[deadbeef] fix typos

5 years agoautomatic scripts database update for ec1496f14b3e1e15dc0f2e2a43084b40c47fe36c
Irssi Scripts Helper [Sat, 27 Feb 2021 07:37:31 +0000 (07:37 +0000)]
automatic scripts database update for ec1496f14b3e1e15dc0f2e2a43084b40c47fe36c

[ci skip]

5 years agoMerge pull request #748 from bw1/tvmusor
ailin-nemui [Sat, 27 Feb 2021 07:16:14 +0000 (08:16 +0100)]
Merge pull request #748 from bw1/tvmusor

[tvmusor] remove tvmusor.pl

5 years agoMerge pull request #759 from bw1/lastfm
ailin-nemui [Sat, 27 Feb 2021 07:14:52 +0000 (08:14 +0100)]
Merge pull request #759 from bw1/lastfm

[lastfm] v5.9

5 years agoUpdate deadbeef.pl
g4570n [Thu, 25 Feb 2021 16:33:57 +0000 (13:33 -0300)]
Update deadbeef.pl

fix typos in the help comments

5 years agoMerge pull request #1 from irssi/master
g4570n [Thu, 25 Feb 2021 16:12:09 +0000 (13:12 -0300)]
Merge pull request #1 from irssi/master

Merge from original repo

5 years ago[urlgrab] improve url log file format
Thorsten Scherf [Sun, 21 Feb 2021 16:38:59 +0000 (17:38 +0100)]
[urlgrab] improve url log file format

5 years ago[lastfm] move use strict
bw1 [Sun, 31 Jan 2021 20:10:49 +0000 (21:10 +0100)]
[lastfm] move use strict

5 years ago[lastfm] v5.9
simmel [Wed, 29 Feb 2012 18:22:38 +0000 (19:22 +0100)]
[lastfm] v5.9

git clone https://git.99rst.org/PROJECT