]> git.99rst.org Git - irssi-scripts.irssi.org.git/log
irssi-scripts.irssi.org.git
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 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

9 years agoautomatic scripts database update for b1c2a1a5ebd2d0a7f8e431b99666606bd9e08061
Irssi Scripts Helper [Thu, 10 Nov 2016 20:53:17 +0000 (20:53 +0000)]
automatic scripts database update for b1c2a1a5ebd2d0a7f8e431b99666606bd9e08061

[skip ci]

9 years agoMerge pull request #319 from mh-source/master
ailin-nemui [Thu, 10 Nov 2016 20:48:10 +0000 (21:48 +0100)]
Merge pull request #319 from mh-source/master

mh_sbuserinfo.pl v1.05

9 years agoUpdate rud_emotes.pl
Dawid Ł [Mon, 7 Nov 2016 14:43:52 +0000 (15:43 +0100)]
Update rud_emotes.pl

9 years agomh_sbuserinfo.pl v1.05
mh [Mon, 7 Nov 2016 13:57:43 +0000 (14:57 +0100)]
mh_sbuserinfo.pl v1.05

statusbar item that shows users and limit info in channels

changes:
added setting _show_details_oper and supporting code
added setting _format_sep and supportingf code
added setting _format_div and supporting code
added setting _group_begin and _format_group_end and supporting code
added setting _format_mode_oper, _format_mode_op, _format_mode_ho, _format_mode_vo and _format_mode_other, and supporting code
added settting _show_warning_limit_difference and supporting code (changing _show_warning_limit_percent behavior)
changed default of _show_warning_limit_percent from 95 to 0

9 years agoadv_windowlist update to 1.3
Ailin Nemui [Tue, 1 Nov 2016 16:15:32 +0000 (17:15 +0100)]
adv_windowlist update to 1.3

- workaround for irssi issue #572

9 years agoautomatic scripts database update for 682bcf49381e488c93e765d601590feca5399ed4
Irssi Scripts Helper [Mon, 31 Oct 2016 14:35:32 +0000 (14:35 +0000)]
automatic scripts database update for 682bcf49381e488c93e765d601590feca5399ed4

[skip ci]

9 years agoMerge pull request #314 from pierrot14/fix_aspell
ailin-nemui [Mon, 31 Oct 2016 14:30:19 +0000 (15:30 +0100)]
Merge pull request #314 from pierrot14/fix_aspell

Fix aspell

9 years agoautomatic scripts database update for e2d0dd57954ddca5f4c0b9581dcd48677d032e73
Irssi Scripts Helper [Mon, 31 Oct 2016 14:24:42 +0000 (14:24 +0000)]
automatic scripts database update for e2d0dd57954ddca5f4c0b9581dcd48677d032e73

[skip ci]

9 years agoMerge pull request #316 from fullmetal1/gh-pages
ailin-nemui [Mon, 31 Oct 2016 14:17:11 +0000 (15:17 +0100)]
Merge pull request #316 from fullmetal1/gh-pages

various bugfixes from many months of usage

9 years agovarious bugfixes from many months of usage
Alex Checca [Wed, 26 Oct 2016 23:23:08 +0000 (19:23 -0400)]
various bugfixes from many months of usage

9 years agoRevert "various bugfixes from many months of usage"
Alex Checca [Wed, 26 Oct 2016 23:17:35 +0000 (19:17 -0400)]
Revert "various bugfixes from many months of usage"

This reverts commit 05a76b2e0f8baf489f667583f8f3972e7927d67c.

9 years agovarious bugfixes from many months of usage
Alex Checca [Wed, 26 Oct 2016 21:44:45 +0000 (17:44 -0400)]
various bugfixes from many months of usage

9 years agoJump to next misspelled word when pressing SPC
Pablo Báez [Thu, 6 Oct 2016 20:55:58 +0000 (17:55 -0300)]
Jump to next misspelled word when pressing SPC

9 years agoMakes the script to count logical characters. Otherwise the cursor isn't moved to...
Pablo Báez [Thu, 6 Oct 2016 20:47:36 +0000 (17:47 -0300)]
Makes the script to count logical characters. Otherwise the cursor isn't moved to the end when special characters are used in the input field.

9 years agoautomatic scripts database update for 607dc58b991e27c1b9887006d9b430a9a8ec21e0
Irssi Scripts Helper [Mon, 3 Oct 2016 16:56:52 +0000 (16:56 +0000)]
automatic scripts database update for 607dc58b991e27c1b9887006d9b430a9a8ec21e0

[skip ci]

9 years agoMerge pull request #313 from wilkowy/iquiz
ailin-nemui [Mon, 3 Oct 2016 16:52:15 +0000 (18:52 +0200)]
Merge pull request #313 from wilkowy/iquiz

Added iquiz.pl & iquiz_en.pl

9 years agoAdded iquiz.pl & iquiz_en.pl
wilk [Mon, 3 Oct 2016 16:26:38 +0000 (18:26 +0200)]
Added iquiz.pl & iquiz_en.pl

iQuiz is a quiz script featuring five types of games: classic Dizzy, Mieszacz, Familiada, Multi (Familiada without teams) and Pomieszany.

iquiz.pl - original script (Polish)
iquiz_en.pl - English translation

9 years agoautomatic scripts database update for 14a110ff3bbbc106ebff3548324abd6a40b86bdb
Irssi Scripts Helper [Thu, 22 Sep 2016 15:20:31 +0000 (15:20 +0000)]
automatic scripts database update for 14a110ff3bbbc106ebff3548324abd6a40b86bdb

[skip ci]

9 years agoMerge pull request #308 from rud01f/rud_emotes
ailin-nemui [Thu, 22 Sep 2016 15:15:32 +0000 (17:15 +0200)]
Merge pull request #308 from rud01f/rud_emotes

added rud_emotes.pl

9 years agoautomatic scripts database update for 37e1aac060d43a47d41bcc91c2ed8b05bbba6fd0
Irssi Scripts Helper [Thu, 22 Sep 2016 15:13:31 +0000 (15:13 +0000)]
automatic scripts database update for 37e1aac060d43a47d41bcc91c2ed8b05bbba6fd0

[skip ci]

9 years agoMerge pull request #309 from n0vember-/master
ailin-nemui [Thu, 22 Sep 2016 15:08:34 +0000 (17:08 +0200)]
Merge pull request #309 from n0vember-/master

FIX: start and realname declaration

9 years agoautomatic scripts database update for 2d385c2309c89fd4ca5796732fbb91a57d98d8e8
Irssi Scripts Helper [Thu, 22 Sep 2016 02:31:34 +0000 (02:31 +0000)]
automatic scripts database update for 2d385c2309c89fd4ca5796732fbb91a57d98d8e8

[skip ci]

9 years agoMerge pull request #310 from ailin-nemui/buf-fix
ailin-nemui [Thu, 22 Sep 2016 02:26:47 +0000 (04:26 +0200)]
Merge pull request #310 from ailin-nemui/buf-fix

Update buf.pl

9 years agoFix disclosure via filesystem
Juerd Waalboer [Thu, 22 Sep 2016 00:26:09 +0000 (02:26 +0200)]
Fix disclosure via filesystem

buf.pl restores the scrollbuffer between "/upgrade"s by writing the
contents to a file, and reading that after the new process was spawned.
Through that file, the contents of (private) chat conversations may leak to
other users.

Careful users with a limited umask (e.g. 077) are not affected by this bug.
However, most Linux systems default to a umask of 022, meaning that files
written without further restricting the permissions, are readable by any
user.

This patch sets a safer umask of 077 for the scrollbuffer dump, and will
remove the temporary file after use to further reduce the attack surface.
Additionally, it will remove any remaining temporary scrollbuffer file left
in place, like those written by previous versions of the script.

9 years agoFIX: start and realname declaration
n0vember- [Tue, 20 Sep 2016 12:26:40 +0000 (14:26 +0200)]
FIX: start and realname declaration

9 years agoadded rud_emotes.pl
Dawid Ł [Sat, 17 Sep 2016 08:03:31 +0000 (10:03 +0200)]
added rud_emotes.pl

9 years agoautomatic scripts database update for bee419a36dd02eaed92d96e929887d994b62db3d
Irssi Scripts Helper [Wed, 14 Sep 2016 06:31:15 +0000 (06:31 +0000)]
automatic scripts database update for bee419a36dd02eaed92d96e929887d994b62db3d

[skip ci]

9 years agoMerge pull request #305 from tslocum/anames
ailin-nemui [Wed, 14 Sep 2016 06:25:42 +0000 (08:25 +0200)]
Merge pull request #305 from tslocum/anames

Improve anames nick prefix sorting

9 years agoImprove anames nick prefix sorting
Trevor Slocum [Sun, 11 Sep 2016 22:19:57 +0000 (15:19 -0700)]
Improve anames nick prefix sorting

9 years agoautomatic scripts database update for 5baf4cf2b1a0b63a194f5291e06985746b714127
Irssi Scripts Helper [Tue, 13 Sep 2016 07:44:01 +0000 (07:44 +0000)]
automatic scripts database update for 5baf4cf2b1a0b63a194f5291e06985746b714127

[skip ci]

9 years agoMerge pull request #307 from dwfreed/patch-1
ailin-nemui [Tue, 13 Sep 2016 07:39:24 +0000 (09:39 +0200)]
Merge pull request #307 from dwfreed/patch-1

CAP printing script

9 years agoCAP printing script
Doug Freed [Tue, 13 Sep 2016 07:32:53 +0000 (03:32 -0400)]
CAP printing script

Prints CAP lines sent from the server.  Code stolen from cap_sasl.pl

9 years agoautomatic scripts database update for 2966e7b40442a9deefafcc180112f6603786de90
Irssi Scripts Helper [Sun, 4 Sep 2016 07:45:58 +0000 (07:45 +0000)]
automatic scripts database update for 2966e7b40442a9deefafcc180112f6603786de90

[skip ci]

9 years agoMerge pull request #303 from GeneralUnRest/fullwidth
ailin-nemui [Sun, 4 Sep 2016 07:41:12 +0000 (09:41 +0200)]
Merge pull request #303 from GeneralUnRest/fullwidth

added fullwidth

9 years agoadded fullwidth
adedomin [Sun, 4 Sep 2016 01:27:52 +0000 (21:27 -0400)]
added fullwidth

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