]> git.99rst.org Git - irssi-scripts.irssi.org.git/log
irssi-scripts.irssi.org.git
7 years agoautomatic scripts database update for e8c9861807697a60a9cf6ac2d6fc7b46a15b9e5d
Irssi Scripts Helper [Wed, 3 Oct 2018 07:57:22 +0000 (07:57 +0000)]
automatic scripts database update for e8c9861807697a60a9cf6ac2d6fc7b46a15b9e5d

[skip ci]

7 years agoMerge pull request #540 from NeoRaider/nicklist-position
ailin-nemui [Wed, 3 Oct 2018 07:49:04 +0000 (09:49 +0200)]
Merge pull request #540 from NeoRaider/nicklist-position

[nicklist] Improve terminal (vte) compatiblity of screen mode

7 years ago[nicklist] Improve terminal compatiblity of screen mode
Matthias Schiffer [Tue, 2 Oct 2018 20:23:16 +0000 (22:23 +0200)]
[nicklist] Improve terminal compatiblity of screen mode

In screen mode, nicklist.pl uses the obscure escape sequences CSI s and
CSI u to save and restore the cursor position; on top of that, it uses
ESC P to bypass screen's interpretation of these escape sequences, passing
them directly to the underlying terminal.

While I did not investigate whether this makes sense at all - bypassing
screen's position tracking seems dangerous at best - this fix improves
terminal compatiblity by replacing CSI s and CSI u with the more common
ESC 7 and ESC 8 sequences [1].

The issue surfaced then vte3 replaced their parser, removing support for
CSI s and CSI u [2]. While support has been restored in the latest master
[3], using the more compatible escape sequences in nicklist.pl generally
seems like a good idea.

[1] https://gitlab.gnome.org/GNOME/vte/issues/48
[2] https://gitlab.gnome.org/GNOME/vte/issues/55
[3] https://gitlab.gnome.org/GNOME/vte/commit/f86cae603b23d34e36ab95fde6612bfc4d5eeca8

7 years agoautomatic scripts database update for 7bd90408fc982aeb8d76a977100f3ee68b53f981
Irssi Scripts Helper [Tue, 2 Oct 2018 14:07:17 +0000 (14:07 +0000)]
automatic scripts database update for 7bd90408fc982aeb8d76a977100f3ee68b53f981

[skip ci]

7 years agoMerge pull request #539 from ailin-nemui/cubes
ailin-nemui [Tue, 2 Oct 2018 14:04:44 +0000 (16:04 +0200)]
Merge pull request #539 from ailin-nemui/cubes

[cubes] add cubes script

7 years ago[cubes] add cubes script
Ailin Nemui [Tue, 2 Oct 2018 14:00:23 +0000 (16:00 +0200)]
[cubes] add cubes script

7 years agoautomatic scripts database update for 524880385be975384a664e5d1e81c4ba737369f1
Irssi Scripts Helper [Mon, 1 Oct 2018 10:23:03 +0000 (10:23 +0000)]
automatic scripts database update for 524880385be975384a664e5d1e81c4ba737369f1

[skip ci]

7 years agoMerge pull request #538 from ailin-nemui/awl16
ailin-nemui [Mon, 1 Oct 2018 10:20:16 +0000 (12:20 +0200)]
Merge pull request #538 from ailin-nemui/awl16

[adv_windowlist] update to adv_windowlist 1.6

7 years agoautomatic scripts database update for 712582db38eeb2514ff543ee92a48756b90b4d1d
Irssi Scripts Helper [Mon, 1 Oct 2018 10:10:09 +0000 (10:10 +0000)]
automatic scripts database update for 712582db38eeb2514ff543ee92a48756b90b4d1d

[skip ci]

7 years agoMerge pull request #537 from bw1/duckduckgo
ailin-nemui [Mon, 1 Oct 2018 10:06:57 +0000 (12:06 +0200)]
Merge pull request #537 from bw1/duckduckgo

[duckduckgo] add duckduckgo.pl

7 years agoautomatic scripts database update for c2c3a620689f28ee2134b65a1ee57422dfb21a27
Irssi Scripts Helper [Sun, 30 Sep 2018 15:23:26 +0000 (15:23 +0000)]
automatic scripts database update for c2c3a620689f28ee2134b65a1ee57422dfb21a27

[skip ci]

7 years agoMerge pull request #536 from vague666/rework_code
bw1 [Sun, 30 Sep 2018 15:20:10 +0000 (17:20 +0200)]
Merge pull request #536 from vague666/rework_code

[toggle_hidelevel] Rewrite code to work with window_default_hidelevel and other improvements

7 years agoadd lru setting to awl_sort
Ailin Nemui [Thu, 27 Sep 2018 08:51:31 +0000 (10:51 +0200)]
add lru setting to awl_sort

7 years agosupport in viewer
Ailin Nemui [Tue, 25 Sep 2018 16:53:56 +0000 (18:53 +0200)]
support in viewer

7 years agoc&p oopsie
Ailin Nemui [Tue, 25 Sep 2018 11:30:29 +0000 (13:30 +0200)]
c&p oopsie

7 years ago[adv_windowlist] update to adv_windowlist 1.6
Ailin Nemui [Tue, 25 Sep 2018 11:00:51 +0000 (13:00 +0200)]
[adv_windowlist] update to adv_windowlist 1.6

* add detach setting to hide windows
* fix race condition when loading the script, reported by madduck
* improve compatibility with Irssi 1.2

7 years agoChange from vstring to date to force compliant irssi version
vague666 [Sun, 23 Sep 2018 13:50:05 +0000 (15:50 +0200)]
Change from vstring to date to force compliant irssi version

7 years ago[duckduckgo] add duckduckgo.pl
bw1 [Thu, 20 Sep 2018 19:18:10 +0000 (21:18 +0200)]
[duckduckgo] add duckduckgo.pl

7 years agomake it possible to toggle hidelevel none with default values
vague666 [Mon, 17 Sep 2018 18:43:27 +0000 (20:43 +0200)]
make it possible to toggle hidelevel none with default values

7 years agoremove help for unused setting
vague666 [Mon, 17 Sep 2018 18:31:31 +0000 (20:31 +0200)]
remove help for unused setting

7 years agoreworked code to work better with default hidelevel
vague666 [Mon, 17 Sep 2018 18:29:43 +0000 (20:29 +0200)]
reworked code to work better with default hidelevel

7 years agoautomatic scripts database update for b3ebb64d7c00de3583a4deceefb3288c77946c47
Irssi Scripts Helper [Sun, 16 Sep 2018 11:21:52 +0000 (11:21 +0000)]
automatic scripts database update for b3ebb64d7c00de3583a4deceefb3288c77946c47

[skip ci]

7 years agoMerge pull request #528 from zdleaf/master
ailin-nemui [Sun, 16 Sep 2018 11:18:59 +0000 (13:18 +0200)]
Merge pull request #528 from zdleaf/master

added urlwindow.pl script

7 years agoadded use strict
zdleaf [Sun, 16 Sep 2018 10:31:07 +0000 (11:31 +0100)]
added use strict

7 years agoautomatic scripts database update for 6e5f26d3a21cfa7085eba4e6c6d413c4bd13c6e2
Irssi Scripts Helper [Fri, 14 Sep 2018 06:58:25 +0000 (06:58 +0000)]
automatic scripts database update for 6e5f26d3a21cfa7085eba4e6c6d413c4bd13c6e2

[skip ci]

7 years agoMerge pull request #532 from ailin-nemui/manual-trackbar
ailin-nemui [Fri, 14 Sep 2018 06:56:05 +0000 (08:56 +0200)]
Merge pull request #532 from ailin-nemui/manual-trackbar

[trackbar.pl] add new all_manual setting

7 years agoadd changelog
Ailin Nemui [Thu, 13 Sep 2018 08:18:32 +0000 (10:18 +0200)]
add changelog

7 years agoautomatic scripts database update for d7b0171ac81e3797ae96b77f3aac97da2c9ec7ef
Irssi Scripts Helper [Thu, 13 Sep 2018 06:56:52 +0000 (06:56 +0000)]
automatic scripts database update for d7b0171ac81e3797ae96b77f3aac97da2c9ec7ef

[skip ci]

7 years agoMerge pull request #525 from bw1/dancer_hide
ailin-nemui [Thu, 13 Sep 2018 06:53:46 +0000 (08:53 +0200)]
Merge pull request #525 from bw1/dancer_hide

[dancer_hide_477] remove dancer_hide_477.pl

7 years agoMerge pull request #530 from bw1/UNIBG-autoident
ailin-nemui [Thu, 13 Sep 2018 06:53:21 +0000 (08:53 +0200)]
Merge pull request #530 from bw1/UNIBG-autoident

[UNIBG-autoident] fix the connection to the NS bot

7 years ago[trackbar.pl] add new all_manual setting
Ailin Nemui [Wed, 12 Sep 2018 09:50:48 +0000 (11:50 +0200)]
[trackbar.pl] add new all_manual setting

7 years agoautomatic scripts database update for 04f6c280298ee3f772b7f6c53f5bfe75e190d182
Irssi Scripts Helper [Wed, 12 Sep 2018 09:23:26 +0000 (09:23 +0000)]
automatic scripts database update for 04f6c280298ee3f772b7f6c53f5bfe75e190d182

[skip ci]

7 years agoMerge pull request #526 from bw1/spell
ailin-nemui [Wed, 12 Sep 2018 09:18:46 +0000 (11:18 +0200)]
Merge pull request #526 from bw1/spell

[spell] add options

7 years agoMerge pull request #527 from irssi/ailin-nemui/nickcolor_expando-1
ailin-nemui [Wed, 12 Sep 2018 09:15:35 +0000 (11:15 +0200)]
Merge pull request #527 from irssi/ailin-nemui/nickcolor_expando-1

[nickcolor_expando.pl] fix misleading comment about themes

7 years agoautomatic scripts database update for cceece63ddc99774fe6ae279bd51b32e9ff1104f
Irssi Scripts Helper [Tue, 11 Sep 2018 09:56:32 +0000 (09:56 +0000)]
automatic scripts database update for cceece63ddc99774fe6ae279bd51b32e9ff1104f

[skip ci]

7 years agoMerge pull request #529 from bw1/twtopic
ailin-nemui [Tue, 11 Sep 2018 09:53:07 +0000 (11:53 +0200)]
Merge pull request #529 from bw1/twtopic

[twtopic] add value check for 'twtopic_refresh'

7 years ago[UNIBG-autoident] fix the connection to the NS bot
bw1 [Mon, 10 Sep 2018 16:52:09 +0000 (18:52 +0200)]
[UNIBG-autoident] fix the connection to the NS bot

7 years ago[twtopic] add value check for 'twtopic_refresh'
bw1 [Sat, 8 Sep 2018 08:00:39 +0000 (10:00 +0200)]
[twtopic] add value check for 'twtopic_refresh'

7 years agoadded urlwindow.pl script
zdleaf [Fri, 7 Sep 2018 14:56:51 +0000 (15:56 +0100)]
added urlwindow.pl script

7 years ago[spell] add options
bw1 [Thu, 6 Sep 2018 17:23:44 +0000 (19:23 +0200)]
[spell] add options

7 years ago[nickcolor_expando.pl] fix misleading comment about themes
ailin-nemui [Thu, 6 Sep 2018 12:56:14 +0000 (14:56 +0200)]
[nickcolor_expando.pl] fix misleading comment about themes

7 years ago[dancer_hide_477] remove dancer_hide_477.pl
bw1 [Sat, 1 Sep 2018 17:35:03 +0000 (19:35 +0200)]
[dancer_hide_477] remove dancer_hide_477.pl

7 years agoautomatic scripts database update for ec8831891248656b8c97bf61d49eecb5b5ba1a39
Irssi Scripts Helper [Thu, 30 Aug 2018 09:58:17 +0000 (09:58 +0000)]
automatic scripts database update for ec8831891248656b8c97bf61d49eecb5b5ba1a39

[skip ci]

7 years agoMerge pull request #524 from ossih/slack-complete
ailin-nemui [Thu, 30 Aug 2018 09:54:41 +0000 (11:54 +0200)]
Merge pull request #524 from ossih/slack-complete

Feature update for slack_complete.pl

7 years agoFeature update for slack_complete.pl
Ossi Hakkarainen [Tue, 28 Aug 2018 21:46:06 +0000 (00:46 +0300)]
Feature update for slack_complete.pl

* Support for common mentions (@here, @channel, @everyone)
* Use completion_char setting instead of hard coded colon
* Option to not add completion_char when completing first word of current li

7 years agoautomatic scripts database update for c88538b8cd02d5df2a05a730727bb87fb3a46329
Irssi Scripts Helper [Fri, 24 Aug 2018 22:44:40 +0000 (22:44 +0000)]
automatic scripts database update for c88538b8cd02d5df2a05a730727bb87fb3a46329

[skip ci]

7 years agoMerge pull request #523 from ailin-nemui/fix_usercount
ailin-nemui [Fri, 24 Aug 2018 22:41:27 +0000 (00:41 +0200)]
Merge pull request #523 from ailin-nemui/fix_usercount

[usercount.pl] fix crash when server doesn't have isupport

7 years agoautomatic scripts database update for b19367a702c98ee19d87d91295a452ab2c7d9f69
Irssi Scripts Helper [Thu, 23 Aug 2018 13:09:43 +0000 (13:09 +0000)]
automatic scripts database update for b19367a702c98ee19d87d91295a452ab2c7d9f69

[skip ci]

7 years agoMerge pull request #522 from appzer/master
ailin-nemui [Thu, 23 Aug 2018 13:05:56 +0000 (15:05 +0200)]
Merge pull request #522 from appzer/master

Add new Pushsafer Parameter

7 years agoautomatic scripts database update for 0e2f1314cc78adff6b948428ee2a5dd97d486d37
Irssi Scripts Helper [Thu, 23 Aug 2018 08:49:10 +0000 (08:49 +0000)]
automatic scripts database update for 0e2f1314cc78adff6b948428ee2a5dd97d486d37

[skip ci]

7 years agoMerge pull request #518 from bw1/active_notice
ailin-nemui [Thu, 23 Aug 2018 08:46:24 +0000 (10:46 +0200)]
Merge pull request #518 from bw1/active_notice

[active_notice] version 18.01.01

7 years agoautomatic scripts database update for 351b9528b952d5e96564975da1ed8109fdc046fa
Irssi Scripts Helper [Tue, 21 Aug 2018 08:30:43 +0000 (08:30 +0000)]
automatic scripts database update for 351b9528b952d5e96564975da1ed8109fdc046fa

[skip ci]

7 years agoMerge pull request #519 from bw1/away_hilight_notice.pl
ailin-nemui [Tue, 21 Aug 2018 08:27:42 +0000 (10:27 +0200)]
Merge pull request #519 from bw1/away_hilight_notice.pl

[away_hilight_notice] version 15.01.01

7 years ago[usercount.pl] fix crash when server doesn't have isupport
Ailin Nemui [Tue, 21 Aug 2018 08:23:36 +0000 (10:23 +0200)]
[usercount.pl] fix crash when server doesn't have isupport

7 years agoUpdate pushsafer.pl
Kevin Siml [Tue, 21 Aug 2018 06:30:47 +0000 (08:30 +0200)]
Update pushsafer.pl

7 years agoUpdate pushsafer.pl
Kevin Siml [Tue, 21 Aug 2018 06:29:09 +0000 (08:29 +0200)]
Update pushsafer.pl

8 years agoautomatic scripts database update for e30f9f33bc905dbc4322d3dd3754e4a90cbe2d0f
Irssi Scripts Helper [Fri, 27 Jul 2018 10:31:40 +0000 (10:31 +0000)]
automatic scripts database update for e30f9f33bc905dbc4322d3dd3754e4a90cbe2d0f

[skip ci]

8 years agoMerge pull request #520 from bw1/paste_derwan
ailin-nemui [Fri, 27 Jul 2018 10:28:22 +0000 (12:28 +0200)]
Merge pull request #520 from bw1/paste_derwan

[paste_derwan] a small fix

8 years ago[active_notice] Fix escaping
Dwarf [Wed, 20 Jan 2016 21:59:49 +0000 (22:59 +0100)]
[active_notice] Fix escaping

8 years agoautomatic scripts database update for e1f5702d56e09deffef27c5d8fb919f82c138064
Irssi Scripts Helper [Wed, 25 Jul 2018 12:16:47 +0000 (12:16 +0000)]
automatic scripts database update for e1f5702d56e09deffef27c5d8fb919f82c138064

[skip ci]

8 years agoMerge pull request #521 from bw1/ownage
ailin-nemui [Wed, 25 Jul 2018 12:13:26 +0000 (14:13 +0200)]
Merge pull request #521 from bw1/ownage

[ownage] add description

8 years agoautomatic scripts database update for 11a8d0c97639a3d6436c561258196fc39f39f45c
Irssi Scripts Helper [Wed, 25 Jul 2018 12:13:04 +0000 (12:13 +0000)]
automatic scripts database update for 11a8d0c97639a3d6436c561258196fc39f39f45c

[skip ci]

8 years agoMerge pull request #517 from danhimalplanet/master
ailin-nemui [Wed, 25 Jul 2018 12:08:13 +0000 (14:08 +0200)]
Merge pull request #517 from danhimalplanet/master

[colon_emoji] remove dead code

8 years agoautomatic scripts database update for 2cd5a4e38a32536d570198adf44f1f4825b7551a
Irssi Scripts Helper [Wed, 25 Jul 2018 12:06:20 +0000 (12:06 +0000)]
automatic scripts database update for 2cd5a4e38a32536d570198adf44f1f4825b7551a

[skip ci]

8 years agoMerge pull request #515 from nostrad/anope_nickserv_format
ailin-nemui [Wed, 25 Jul 2018 12:03:49 +0000 (14:03 +0200)]
Merge pull request #515 from nostrad/anope_nickserv_format

[nickserv] Add detection of Anope IRC Services

8 years agoMerge pull request #500 from bw1/imdb
ailin-nemui [Wed, 25 Jul 2018 12:02:58 +0000 (14:02 +0200)]
Merge pull request #500 from bw1/imdb

[imdb] update connection to the website

8 years ago[ownage] add description
bw1 [Sun, 15 Jul 2018 16:05:48 +0000 (18:05 +0200)]
[ownage] add description

8 years ago[paste_derwan] a small fix
bw1 [Sat, 14 Jul 2018 15:49:40 +0000 (17:49 +0200)]
[paste_derwan] a small fix

8 years ago[away_hilight_notice] version 15.01.01
Geert Hauwaerts [Thu, 25 Jun 2015 20:51:33 +0000 (22:51 +0200)]
[away_hilight_notice] version 15.01.01

8 years ago[active_notice] version 15.01.01
Geert Hauwaerts [Thu, 25 Jun 2015 20:54:39 +0000 (22:54 +0200)]
[active_notice] version 15.01.01

8 years agoremove dead code
Dan Holliman [Wed, 11 Jul 2018 03:06:14 +0000 (20:06 -0700)]
remove dead code

8 years ago[nickserv] Add detection of Anope IRC Services
Mattias Jernberg [Wed, 27 Jun 2018 17:10:40 +0000 (19:10 +0200)]
[nickserv] Add detection of Anope IRC Services

Anope has a slightly different message for the "If this is ..." line,
modify the existing regex to also catch this message:

  "(If this is your nick, type /msg NickServ IDENTIFY password.)"

8 years ago[imdb] update connection to the website
bw1 [Thu, 14 Jun 2018 18:57:12 +0000 (20:57 +0200)]
[imdb] update connection to the website

8 years agoautomatic scripts database update for f74236ac11ede1e0548e851e1d083a68d15efa99
Irssi Scripts Helper [Mon, 4 Jun 2018 13:30:24 +0000 (13:30 +0000)]
automatic scripts database update for f74236ac11ede1e0548e851e1d083a68d15efa99

[skip ci]

8 years agoMerge pull request #511 from gerardbm/feat_tmux-nicklist
ailin-nemui [Mon, 4 Jun 2018 13:27:51 +0000 (15:27 +0200)]
Merge pull request #511 from gerardbm/feat_tmux-nicklist

Add navigation keys to tmux-nicklist-portable

8 years agoautomatic scripts database update for a2762c2e80fd169c161669659229caf859254674
Irssi Scripts Helper [Mon, 4 Jun 2018 13:23:58 +0000 (13:23 +0000)]
automatic scripts database update for a2762c2e80fd169c161669659229caf859254674

[skip ci]

8 years agoMerge pull request #513 from ozars/nicklist-fix
ailin-nemui [Mon, 4 Jun 2018 13:21:11 +0000 (15:21 +0200)]
Merge pull request #513 from ozars/nicklist-fix

[nicklist.pl] Return from scroll if not called in a channel (#512)

8 years ago[nicklist] Fix crash on scroll (#512)
Omer Ozarslan [Fri, 1 Jun 2018 16:21:18 +0000 (11:21 -0500)]
[nicklist] Fix crash on scroll (#512)

Fix crash on scroll in windows other than channels (status, query etc.)
See #512 for issue details.

8 years agoautomatic scripts database update for adbe6071d418fb58e8e914387efda0e591996842
Irssi Scripts Helper [Sat, 2 Jun 2018 08:48:30 +0000 (08:48 +0000)]
automatic scripts database update for adbe6071d418fb58e8e914387efda0e591996842

[skip ci]

8 years agoMerge pull request #501 from bw1/irssi-feed
ailin-nemui [Sat, 2 Jun 2018 08:44:42 +0000 (10:44 +0200)]
Merge pull request #501 from bw1/irssi-feed

[Irssi-feed] update

8 years ago[irssi-feed] develop documentation
bw1 [Sun, 27 May 2018 07:58:35 +0000 (09:58 +0200)]
[irssi-feed] develop documentation

8 years agoAdd navigation keys to tmux-nicklist-portable
Gerard [Fri, 25 May 2018 20:18:13 +0000 (22:18 +0200)]
Add navigation keys to tmux-nicklist-portable

8 years agoautomatic scripts database update for c44a21b315b0dfa1ed8c2e6b41fa17650dbc696f
Irssi Scripts Helper [Fri, 25 May 2018 10:14:42 +0000 (10:14 +0000)]
automatic scripts database update for c44a21b315b0dfa1ed8c2e6b41fa17650dbc696f

[skip ci]

8 years agoMerge pull request #507 from bw1/wordscramble
ailin-nemui [Fri, 25 May 2018 10:10:17 +0000 (12:10 +0200)]
Merge pull request #507 from bw1/wordscramble

[wordscramble] fix help

8 years agoMerge pull request #509 from PierrotMerlot/add_timer_setting
ailin-nemui [Fri, 25 May 2018 10:09:36 +0000 (12:09 +0200)]
Merge pull request #509 from PierrotMerlot/add_timer_setting

[timer.pl] Add timer setting to disable stop messages

8 years agoautomatic scripts database update for a9a8ef281cb0273aaf4466458f22a5ff26aa26d1
Irssi Scripts Helper [Wed, 23 May 2018 23:29:47 +0000 (23:29 +0000)]
automatic scripts database update for a9a8ef281cb0273aaf4466458f22a5ff26aa26d1

[skip ci]

8 years agoMerge pull request #502 from bw1/cddb
ailin-nemui [Wed, 23 May 2018 23:27:25 +0000 (01:27 +0200)]
Merge pull request #502 from bw1/cddb

[cddb] remove cddb.pl

8 years agoautomatic scripts database update for f41f835a27dcacd0e4b672729c56fe237f58dc03
Irssi Scripts Helper [Tue, 22 May 2018 22:17:08 +0000 (22:17 +0000)]
automatic scripts database update for f41f835a27dcacd0e4b672729c56fe237f58dc03

[skip ci]

8 years agoMerge pull request #506 from bw1/cloneprot
ailin-nemui [Tue, 22 May 2018 22:14:34 +0000 (00:14 +0200)]
Merge pull request #506 from bw1/cloneprot

[cloneprot] remove cloneprot.pl

bw1> SorceryNet use anope. anope operserv have no command tempakill, autokill or trigger.

8 years ago[wordscramble] fix help
bw1 [Tue, 22 May 2018 20:22:59 +0000 (22:22 +0200)]
[wordscramble] fix help

8 years agoautomatic scripts database update for 3871a9b60222ffcaa733ca10bd3db68994571f42
Irssi Scripts Helper [Tue, 22 May 2018 11:16:52 +0000 (11:16 +0000)]
automatic scripts database update for 3871a9b60222ffcaa733ca10bd3db68994571f42

[skip ci]

8 years agoMerge pull request #508 from hamsterbacke/hamsterbacke-findbot
ailin-nemui [Tue, 22 May 2018 11:10:54 +0000 (13:10 +0200)]
Merge pull request #508 from hamsterbacke/hamsterbacke-findbot

[findbot.pl] private message requests are allowed and changed filelist creation

8 years agoMerge pull request #510 from henrik-andreasson/patch-1
ailin-nemui [Tue, 22 May 2018 11:10:29 +0000 (13:10 +0200)]
Merge pull request #510 from henrik-andreasson/patch-1

remove henrik from this file

8 years agoremove henrik from this file
henrik-andreasson [Tue, 22 May 2018 11:05:35 +0000 (13:05 +0200)]
remove henrik from this file

I am not associated with this project since 10 years ++

8 years agoautomatic scripts database update for 2c7481eba0d55692c5665bb0f2d5810a73d9d1ea
Irssi Scripts Helper [Tue, 22 May 2018 10:43:58 +0000 (10:43 +0000)]
automatic scripts database update for 2c7481eba0d55692c5665bb0f2d5810a73d9d1ea

[skip ci]

8 years agoMerge pull request #505 from dwfreed/patch-1
ailin-nemui [Tue, 22 May 2018 10:41:16 +0000 (12:41 +0200)]
Merge pull request #505 from dwfreed/patch-1

trigger.pl: fix some bugs

8 years agoMerge pull request #504 from bw1/identify-md5
ailin-nemui [Tue, 22 May 2018 10:39:12 +0000 (12:39 +0200)]
Merge pull request #504 from bw1/identify-md5

[identify-md5] remove identify-md5.pl

8 years agoMerge pull request #503 from bw1/myimdb
ailin-nemui [Tue, 22 May 2018 10:38:30 +0000 (12:38 +0200)]
Merge pull request #503 from bw1/myimdb

[myimdb] remove myimdb.pl

8 years agoAdd timer setting to disable stop messages
Pablo Báez [Sun, 20 May 2018 14:39:42 +0000 (11:39 -0300)]
Add timer setting to disable stop messages

8 years agoprivate message requests are allowed and changed filelist creation
hamsterbacke [Mon, 14 May 2018 20:57:16 +0000 (22:57 +0200)]
private message requests are allowed and changed filelist creation

- requesting in a private message is allowed when user is in a monitored channel
- filelist creation script at the bottom of this script has been changed to support utf8, multiple folders, with or without file and 7z compression of the command list

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