]> git.99rst.org Git - irssi-scripts.irssi.org.git/log
irssi-scripts.irssi.org.git
9 years ago[colorkick] fix bug == with eq
bw1 [Tue, 7 Mar 2017 21:28:22 +0000 (22:28 +0100)]
[colorkick] fix bug == with eq

9 years ago[colorkick] declare $VERSION %IRSSI
bw1 [Tue, 7 Mar 2017 01:05:51 +0000 (02:05 +0100)]
[colorkick] declare $VERSION %IRSSI

9 years agoautomatic scripts database update for 3120be4431f9169291416f96def63fc743c226c2
Irssi Scripts Helper [Mon, 6 Mar 2017 21:57:27 +0000 (21:57 +0000)]
automatic scripts database update for 3120be4431f9169291416f96def63fc743c226c2

[skip ci]

9 years agoMerge pull request #360 from bw1/translit
ailin-nemui [Mon, 6 Mar 2017 21:31:48 +0000 (22:31 +0100)]
Merge pull request #360 from bw1/translit

translit

9 years agoautomatic scripts database update for 3c41230d022c3a258d32784466cb1e9d61dc5e30
Irssi Scripts Helper [Mon, 6 Mar 2017 21:23:10 +0000 (21:23 +0000)]
automatic scripts database update for 3c41230d022c3a258d32784466cb1e9d61dc5e30

[skip ci]

9 years agoMerge pull request #359 from bw1/dccself
ailin-nemui [Mon, 6 Mar 2017 20:57:53 +0000 (21:57 +0100)]
Merge pull request #359 from bw1/dccself

dccself

9 years agotranslit
bw1 [Mon, 6 Mar 2017 14:08:49 +0000 (15:08 +0100)]
translit

delete translit from whitelist

9 years agodccself
bw1 [Mon, 6 Mar 2017 14:04:06 +0000 (15:04 +0100)]
dccself

delete dccself from the whitelist

9 years agotranslit
bw1 [Sun, 5 Mar 2017 13:29:01 +0000 (14:29 +0100)]
translit

add $VERSION

9 years agodccself
bw1 [Sun, 5 Mar 2017 12:58:24 +0000 (13:58 +0100)]
dccself

add $VERSION

9 years agoShow instructions for using scriptassist instead
Ailin Nemui [Fri, 24 Feb 2017 15:10:17 +0000 (16:10 +0100)]
Show instructions for using scriptassist instead

[skip ci]

9 years agoautomatic scripts database update for ce3fc7f78032e872a58fb7badff241f6bc94a0ae
Irssi Scripts Helper [Thu, 23 Feb 2017 19:07:06 +0000 (19:07 +0000)]
automatic scripts database update for ce3fc7f78032e872a58fb7badff241f6bc94a0ae

[skip ci]

9 years agoMerge pull request #355 from madduck/ctrlact-fix_cmd_query_netmatch
ailin-nemui [Thu, 23 Feb 2017 19:01:14 +0000 (20:01 +0100)]
Merge pull request #355 from madduck/ctrlact-fix_cmd_query_netmatch

[ctrlact] Fix network matching for query subcommand

9 years agoLoosen version check on data file read
martin f. krafft [Thu, 23 Feb 2017 18:41:29 +0000 (07:41 +1300)]
Loosen version check on data file read

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 <redacted>
9 years agoFix network matching for query subcommand
martin f. krafft [Thu, 23 Feb 2017 18:33:08 +0000 (07:33 +1300)]
Fix network matching for query subcommand

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 <redacted>
9 years agoautomatic scripts database update for 2355300abd14a3bd806658c6dde439266916a76f
Irssi Scripts Helper [Tue, 21 Feb 2017 09:00:55 +0000 (09:00 +0000)]
automatic scripts database update for 2355300abd14a3bd806658c6dde439266916a76f

[skip ci]

9 years agoMerge pull request #352 from aquanight/perlalias.pl+tabcomplete
ailin-nemui [Tue, 21 Feb 2017 08:56:07 +0000 (09:56 +0100)]
Merge pull request #352 from aquanight/perlalias.pl+tabcomplete

[perlalias.pl] Add second-level command completion

9 years agoForgot the version bump
Thomas Stagner [Sun, 19 Feb 2017 19:53:47 +0000 (12:53 -0700)]
Forgot the version bump

9 years agoImplement second-level tab completion for /perlalias and /perlunalias
Thomas Stagner [Sun, 19 Feb 2017 19:43:16 +0000 (12:43 -0700)]
Implement second-level tab completion for /perlalias and /perlunalias

9 years agoautomatic scripts database update for c2a891a1ad9138196c415e77f8ff09ad06607738
Irssi Scripts Helper [Fri, 17 Feb 2017 21:20:52 +0000 (21:20 +0000)]
automatic scripts database update for c2a891a1ad9138196c415e77f8ff09ad06607738

[skip ci]

9 years agoMerge pull request #350 from madduck/ctrlact
ailin-nemui [Fri, 17 Feb 2017 21:15:34 +0000 (22:15 +0100)]
Merge pull request #350 from madduck/ctrlact

ctrlact — Irssi script for fine-grained control of activity indication

9 years agoSwitch to 3-arg open calls
martin f. krafft [Wed, 15 Feb 2017 21:20:06 +0000 (22:20 +0100)]
Switch to 3-arg open calls

Signed-off-by: martin f. krafft <redacted>
9 years agoProperly handle mappings file creation
martin f. krafft [Wed, 15 Feb 2017 21:14:05 +0000 (22:14 +0100)]
Properly handle mappings file creation

Signed-off-by: martin f. krafft <redacted>
9 years agoUse croak instead of die
martin f. krafft [Wed, 15 Feb 2017 20:46:04 +0000 (21:46 +0100)]
Use croak instead of die

Signed-off-by: martin f. krafft <redacted>
9 years agoSimplify debug output
martin f. krafft [Wed, 15 Feb 2017 03:56:08 +0000 (04:56 +0100)]
Simplify debug output

Signed-off-by: martin f. krafft <redacted>
9 years agoUnify print output
martin f. krafft [Wed, 15 Feb 2017 03:43:56 +0000 (04:43 +0100)]
Unify print output

Signed-off-by: martin f. krafft <redacted>
9 years agoPrint linenumbers in /ctrlact list output
martin f. krafft [Wed, 15 Feb 2017 03:43:40 +0000 (04:43 +0100)]
Print linenumbers in /ctrlact list output

Signed-off-by: martin f. krafft <redacted>
9 years agoLower message level of debug output
martin f. krafft [Wed, 15 Feb 2017 03:34:06 +0000 (04:34 +0100)]
Lower message level of debug output

Signed-off-by: martin f. krafft <redacted>
9 years agoAdd ability to match on server tag
martin f. krafft [Wed, 15 Feb 2017 02:08:47 +0000 (03:08 +0100)]
Add ability to match on server tag

Signed-off-by: martin f. krafft <redacted>
9 years agoSingle-line debug output
martin f. krafft [Mon, 13 Feb 2017 10:11:14 +0000 (11:11 +0100)]
Single-line debug output

Signed-off-by: martin f. krafft <redacted>
9 years agoReact to setup reread signal
martin f. krafft [Mon, 13 Feb 2017 07:57:36 +0000 (08:57 +0100)]
React to setup reread signal

Signed-off-by: martin f. krafft <redacted>
9 years agoautomatic scripts database update for f5801eb3f56c452a8c3598aae3320e0a41c0b5ca
Irssi Scripts Helper [Mon, 13 Feb 2017 18:52:30 +0000 (18:52 +0000)]
automatic scripts database update for f5801eb3f56c452a8c3598aae3320e0a41c0b5ca

[skip ci]

9 years agoMerge pull request #348 from dequis/hilightwin_ignore_targets
ailin-nemui [Mon, 13 Feb 2017 18:47:53 +0000 (19:47 +0100)]
Merge pull request #348 from dequis/hilightwin_ignore_targets

hilightwin.pl: Add hilightwin_ignore_targets setting

9 years agoautomatic scripts database update for b639e310bd650a783d728639bdfb04e63c56d0f7
Irssi Scripts Helper [Mon, 13 Feb 2017 18:29:15 +0000 (18:29 +0000)]
automatic scripts database update for b639e310bd650a783d728639bdfb04e63c56d0f7

[skip ci]

9 years agoMerge pull request #349 from mafgh/chanact
ailin-nemui [Mon, 13 Feb 2017 18:24:29 +0000 (19:24 +0100)]
Merge pull request #349 from mafgh/chanact

chanact: update to v0.6.0

9 years agochanact: update to v0.6.0
Stefan Völkel [Mon, 13 Feb 2017 16:21:07 +0000 (17:21 +0100)]
chanact: update to v0.6.0

9 years agohilightwin.pl: Add hilightwin_ignore_targets setting
dequis [Fri, 10 Feb 2017 20:59:58 +0000 (17:59 -0300)]
hilightwin.pl: Add hilightwin_ignore_targets setting

Setting parser inspired by irssi's own strarray_find_dest()

9 years agoMake inhibiting the beep configurable
martin f. krafft [Mon, 13 Feb 2017 07:14:12 +0000 (08:14 +0100)]
Make inhibiting the beep configurable

Signed-off-by: martin f. krafft <redacted>
9 years agoInitial checkin of ctrlact script
martin f. krafft [Sun, 12 Feb 2017 09:19:02 +0000 (10:19 +0100)]
Initial checkin of ctrlact script

Signed-off-by: martin f. krafft <redacted>
9 years agoautomatic scripts database update for a8b481fc9397867aab9223229b2085503bc98a13
Irssi Scripts Helper [Wed, 8 Feb 2017 22:08:27 +0000 (22:08 +0000)]
automatic scripts database update for a8b481fc9397867aab9223229b2085503bc98a13

[skip ci]

9 years agoMerge pull request #337 from madduck/go_case-insensitive
ailin-nemui [Wed, 8 Feb 2017 22:03:29 +0000 (23:03 +0100)]
Merge pull request #337 from madduck/go_case-insensitive

[go.pl] Make matching behaviour configurable

9 years agoMake anchored string matching configurable
martin f. krafft [Thu, 2 Feb 2017 01:40:44 +0000 (02:40 +0100)]
Make anchored string matching 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 <redacted>
9 years agoautomatic scripts database update for 47d1dd8015ef08cc3685d5c6370aa2ba0b503492
Irssi Scripts Helper [Wed, 8 Feb 2017 20:16:59 +0000 (20:16 +0000)]
automatic scripts database update for 47d1dd8015ef08cc3685d5c6370aa2ba0b503492

[skip ci]

9 years agoMerge pull request #341 from madduck/postpone_discard-messages
ailin-nemui [Wed, 8 Feb 2017 20:12:28 +0000 (21:12 +0100)]
Merge pull request #341 from madduck/postpone_discard-messages

[postpone.pl] Subcommand to discard (not flush) messages

9 years agoAdd discard subcommand to drop messages
martin f. krafft [Sat, 4 Feb 2017 01:11:54 +0000 (02:11 +0100)]
Add discard subcommand to drop messages

Signed-off-by: martin f. krafft <redacted>
9 years agoMake case-sensitivity of match configurable
martin f. krafft [Wed, 1 Feb 2017 21:56:07 +0000 (22:56 +0100)]
Make case-sensitivity of match configurable

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 <redacted>
9 years agoautomatic scripts database update for b4f72f646e648d2fab92bcf7815a225ea49f8c7b
Irssi Scripts Helper [Fri, 3 Feb 2017 09:57:04 +0000 (09:57 +0000)]
automatic scripts database update for b4f72f646e648d2fab92bcf7815a225ea49f8c7b

[skip ci]

9 years agoMerge pull request #339 from madduck/print-signals
ailin-nemui [Fri, 3 Feb 2017 09:52:17 +0000 (10:52 +0100)]
Merge pull request #339 from madduck/print-signals

New script to aid with signal inspection

9 years agoInitial checkin of print_signals script
martin f. krafft [Thu, 2 Feb 2017 22:47:17 +0000 (11:47 +1300)]
Initial checkin of print_signals script

Signed-off-by: martin f. krafft <redacted>
9 years agoautomatic scripts database update for 0f27bb5aae60b26336600b70290f6da05fe62d7b
Irssi Scripts Helper [Mon, 23 Jan 2017 13:58:11 +0000 (13:58 +0000)]
automatic scripts database update for 0f27bb5aae60b26336600b70290f6da05fe62d7b

[skip ci]

9 years agoMerge pull request #335 from xhebox/patch-1
ailin-nemui [Mon, 23 Jan 2017 13:53:39 +0000 (14:53 +0100)]
Merge pull request #335 from xhebox/patch-1

desktop-notify.pl: process non-ascii msgs

9 years agodesktop-notify.pl: bump to 1.0.1
xhe [Mon, 23 Jan 2017 13:52:29 +0000 (21:52 +0800)]
desktop-notify.pl: bump to 1.0.1

as title

9 years agodesktop-notify.pl: process non-ascii msgs
xhe [Mon, 23 Jan 2017 13:47:58 +0000 (21:47 +0800)]
desktop-notify.pl: process non-ascii msgs

irssi-1.0.0
bug found by jimgrape,  patched by xhebox.
https://github.com/irssi/scripts.irssi.org/issues/334

9 years agoautomatic scripts database update for a447e294bec6ece31ede18480bcde87bd2d54158
Irssi Scripts Helper [Sat, 21 Jan 2017 18:56:08 +0000 (18:56 +0000)]
automatic scripts database update for a447e294bec6ece31ede18480bcde87bd2d54158

[skip ci]

9 years agoMerge pull request #333 from aquanight/perlalias.pl
ailin-nemui [Sat, 21 Jan 2017 18:50:57 +0000 (19:50 +0100)]
Merge pull request #333 from aquanight/perlalias.pl

Add perlalias.pl : Provides for quick perl-based commands

9 years agoMake active server and window item visible to scriptlets
Thomas Stagner [Sat, 21 Jan 2017 12:12:33 +0000 (05:12 -0700)]
Make active server and window item visible to scriptlets

9 years agoAdd perlalias.pl : Provides for quick perl-based commands
Thomas Stagner [Sat, 21 Jan 2017 00:30:17 +0000 (17:30 -0700)]
Add perlalias.pl : Provides for quick perl-based commands

9 years agoautomatic scripts database update for 791e5b3cfb0280132e7614b23ef5909bf98c7ce0
Irssi Scripts Helper [Fri, 20 Jan 2017 08:58:23 +0000 (08:58 +0000)]
automatic scripts database update for 791e5b3cfb0280132e7614b23ef5909bf98c7ce0

[skip ci]

9 years agoMerge pull request #331 from dedeibel/handle_nickserv_on_reconnect
ailin-nemui [Fri, 20 Jan 2017 08:54:11 +0000 (09:54 +0100)]
Merge pull request #331 from dedeibel/handle_nickserv_on_reconnect

Handle nickserv on reconnect

9 years agoInvitejoin refactoring of the load and save functionallity as of the nickserv script...
dedeibel [Tue, 17 Jan 2017 19:26:41 +0000 (20:26 +0100)]
Invitejoin refactoring of the load and save functionallity as of the nickserv script. Added nicklist empty notice. Validated nick name against being empty.

9 years agoNickserv script refactoring, modernized file handling and reused common code parts...
dedeibel [Mon, 16 Jan 2017 23:18:42 +0000 (00:18 +0100)]
Nickserv script refactoring, modernized file handling and reused common code parts. Refactoring save file location building to single position. Removing postcmds after deletion of net or nick.

9 years agoModernized file opening section. Corrected empty allowed list handling.
dedeibel [Mon, 16 Jan 2017 21:54:21 +0000 (22:54 +0100)]
Modernized file opening section. Corrected empty allowed list handling.

9 years agoRemoved early exit when writing files which prevented deleting the last entry of...
dedeibel [Tue, 3 Jan 2017 20:26:25 +0000 (21:26 +0100)]
Removed early exit when writing files which prevented deleting the last entry of a list. Closed files after creating them (touch)

9 years agoAdded allowed users list to invitejoin script
dedeibel [Tue, 3 Jan 2017 20:10:02 +0000 (21:10 +0100)]
Added allowed users list to invitejoin script

9 years agoAdded post auth command, for example to trigger a chanserv invite
dedeibel [Mon, 2 Jan 2017 22:28:47 +0000 (23:28 +0100)]
Added post auth command, for example to trigger a chanserv invite

9 years agoautomatic scripts database update for 5514004737447f6e5c26e64bf3c2157bdc36cd35
Irssi Scripts Helper [Mon, 16 Jan 2017 17:13:00 +0000 (17:13 +0000)]
automatic scripts database update for 5514004737447f6e5c26e64bf3c2157bdc36cd35

[skip ci]

9 years agoMerge pull request #332 from ailin-nemui/fail_fail
ailin-nemui [Mon, 16 Jan 2017 16:48:58 +0000 (17:48 +0100)]
Merge pull request #332 from ailin-nemui/fail_fail

exempt cap_sasl_fail, it has been deprecated

9 years agoexempt cap_sasl_fail, it has been deprecated
Ailin Nemui [Mon, 16 Jan 2017 15:43:50 +0000 (16:43 +0100)]
exempt cap_sasl_fail, it has been deprecated

9 years agoMerge pull request #330 from ear/disable-autocorrect
ailin-nemui [Mon, 16 Jan 2017 12:20:08 +0000 (13:20 +0100)]
Merge pull request #330 from ear/disable-autocorrect

Disable auto-correction of the search input

9 years agoDisable auto-correction of the search input
ear [Fri, 13 Jan 2017 21:21:47 +0000 (22:21 +0100)]
Disable auto-correction of the search input

Auto-correction is often disruptive to searches in this field where
arbitrary strings are frequently the correct item to search for.

9 years agoautomatic scripts database update for e15bba86dbbb3416bedca37f84965348610e2270
Irssi Scripts Helper [Thu, 12 Jan 2017 13:14:37 +0000 (13:14 +0000)]
automatic scripts database update for e15bba86dbbb3416bedca37f84965348610e2270

[skip ci]

9 years agoMerge pull request #329 from schtibe/hilite_url
ailin-nemui [Thu, 12 Jan 2017 13:10:12 +0000 (14:10 +0100)]
Merge pull request #329 from schtibe/hilite_url

Simple script that just highlights URLs in public messages

9 years agoSimple script that just highlights URLs in public messages
Stefan Heinemann [Thu, 12 Jan 2017 11:37:37 +0000 (12:37 +0100)]
Simple script that just highlights URLs in public messages

9 years agoautomatic scripts database update for 3f3bde14e9878ad2e843a0bfedb28a589b52b3aa
Irssi Scripts Helper [Tue, 10 Jan 2017 08:26:56 +0000 (08:26 +0000)]
automatic scripts database update for 3f3bde14e9878ad2e843a0bfedb28a589b52b3aa

[skip ci]

9 years agoMerge pull request #328 from ailin-nemui/trackbar
ailin-nemui [Tue, 10 Jan 2017 08:21:44 +0000 (09:21 +0100)]
Merge pull request #328 from ailin-nemui/trackbar

update trackbar22 to v2.3

9 years agoupdate trackbar22 to v2.3
Ailin Nemui [Mon, 9 Jan 2017 13:35:07 +0000 (14:35 +0100)]
update trackbar22 to v2.3

* fix uninitialized warning reported by varazir
* add trackbar signals for use in other scripts

9 years agoautomatic scripts database update for 8b85609c0ed46267e376798cd833195f45341e83
Irssi Scripts Helper [Sat, 7 Jan 2017 15:33:03 +0000 (15:33 +0000)]
automatic scripts database update for 8b85609c0ed46267e376798cd833195f45341e83

[skip ci]

9 years agoMerge pull request #327 from vague666/logcompress_update
ailin-nemui [Sat, 7 Jan 2017 15:28:25 +0000 (16:28 +0100)]
Merge pull request #327 from vague666/logcompress_update

Added unlink to remove the uncompressed log

9 years agoForgot to change version
Jari Matilainen [Sat, 7 Jan 2017 11:52:46 +0000 (11:52 +0000)]
Forgot to change version

9 years agoAdded unlink to remove the uncompressed log
Jari Matilainen [Sat, 7 Jan 2017 11:40:40 +0000 (11:40 +0000)]
Added unlink to remove the uncompressed log

9 years agoautomatic scripts database update for 4fa07671dd5c4b12e6cb8f7294fd5996901693e8
Irssi Scripts Helper [Fri, 9 Dec 2016 07:01:55 +0000 (07:01 +0000)]
automatic scripts database update for 4fa07671dd5c4b12e6cb8f7294fd5996901693e8

[skip ci]

9 years agoMerge pull request #323 from IsaacG/new_listchan
ailin-nemui [Fri, 9 Dec 2016 06:56:54 +0000 (07:56 +0100)]
Merge pull request #323 from IsaacG/new_listchan

New listsort.pl script: order /list by chan size

9 years agoReset the list hash cleanly. Avoid deleting key by key.
Isaac Good [Wed, 7 Dec 2016 19:32:54 +0000 (11:32 -0800)]
Reset the list hash cleanly. Avoid deleting key by key.

9 years agoautomatic scripts database update for 9835e818c8d83cf9f8ff97d182d29fd3838ae771
Irssi Scripts Helper [Wed, 7 Dec 2016 13:24:10 +0000 (13:24 +0000)]
automatic scripts database update for 9835e818c8d83cf9f8ff97d182d29fd3838ae771

[skip ci]

9 years agoMerge pull request #326 from IsaacG/add_ident.pl
ailin-nemui [Wed, 7 Dec 2016 13:19:36 +0000 (14:19 +0100)]
Merge pull request #326 from IsaacG/add_ident.pl

Add ident.pl - automatically identify from file-based pws

9 years agofix gh api
Ailin Nemui [Wed, 7 Dec 2016 13:17:21 +0000 (14:17 +0100)]
fix gh api

[skip ci]

9 years agoautomatic scripts database update for a37d1aaf6f54f565bca17689187a39ac52fcb1f6
Irssi Scripts Helper [Wed, 7 Dec 2016 11:15:14 +0000 (11:15 +0000)]
automatic scripts database update for a37d1aaf6f54f565bca17689187a39ac52fcb1f6

[skip ci]

9 years agoMerge pull request #324 from IsaacG/cleanup_reorder
ailin-nemui [Wed, 7 Dec 2016 11:10:12 +0000 (12:10 +0100)]
Merge pull request #324 from IsaacG/cleanup_reorder

Clean up my reorder script

9 years agoEscape . in .layout regexp
Isaac Good [Wed, 7 Dec 2016 02:47:28 +0000 (18:47 -0800)]
Escape . in .layout regexp

9 years agoDrop remaining tabs
Isaac Good [Wed, 7 Dec 2016 02:46:15 +0000 (18:46 -0800)]
Drop remaining tabs

9 years agoDrop tabs. Read instead of write passwords.
Isaac Good [Wed, 7 Dec 2016 02:45:34 +0000 (18:45 -0800)]
Drop tabs. Read instead of write passwords.

9 years agoFix build errors
Isaac Good [Wed, 7 Dec 2016 02:44:35 +0000 (18:44 -0800)]
Fix build errors

9 years agoSupport multiple spaces between tag and password
Isaac Good [Wed, 7 Dec 2016 02:22:39 +0000 (18:22 -0800)]
Support multiple spaces between tag and password

9 years agoAdd ident.pl to auto identify when prompted, using a pw file.
Isaac Good [Wed, 7 Dec 2016 02:20:10 +0000 (18:20 -0800)]
Add ident.pl to auto identify when prompted, using a pw file.

9 years agoClean up my reorder script
Isaac Good [Wed, 7 Dec 2016 01:53:07 +0000 (17:53 -0800)]
Clean up my reorder script

9 years agoNew listsort.pl script: order /list by chan size
Isaac Good [Wed, 7 Dec 2016 01:19:56 +0000 (17:19 -0800)]
New listsort.pl script: order /list by chan size

9 years agoautomatic scripts database update for 3dcf71818623ccd3cf5dfc0b4ac99d8871805347
Irssi Scripts Helper [Tue, 15 Nov 2016 21:01:04 +0000 (21:01 +0000)]
automatic scripts database update for 3dcf71818623ccd3cf5dfc0b4ac99d8871805347

[skip ci]

9 years agoMerge pull request #317 from ailin-nemui/master
ailin-nemui [Tue, 15 Nov 2016 20:55:55 +0000 (21:55 +0100)]
Merge pull request #317 from ailin-nemui/master

adv_windowlist update to 1.3

9 years agoautomatic scripts database update for c68d4db8394db232f61dd411e55853ddaf1781ed
Irssi Scripts Helper [Thu, 10 Nov 2016 21:00:04 +0000 (21:00 +0000)]
automatic scripts database update for c68d4db8394db232f61dd411e55853ddaf1781ed

[skip ci]

9 years agoMerge pull request #321 from rud01f/master
ailin-nemui [Thu, 10 Nov 2016 20:54:43 +0000 (21:54 +0100)]
Merge pull request #321 from rud01f/master

Updated rud_emotes.pl script

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