Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/horgh/irssi-scripts
A collection of Irssi Perl scripts
https://github.com/horgh/irssi-scripts
bot chat irc irssi perl
Last synced: about 1 month ago
JSON representation
A collection of Irssi Perl scripts
- Host: GitHub
- URL: https://github.com/horgh/irssi-scripts
- Owner: horgh
- License: gpl-3.0
- Created: 2010-08-18T21:21:49.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T02:37:08.000Z (about 7 years ago)
- Last Synced: 2023-03-11T03:02:31.234Z (almost 2 years ago)
- Topics: bot, chat, irc, irssi, perl
- Language: Perl
- Homepage:
- Size: 113 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Thsi is a small collection of scripts for the IRC client
[Irssi](https://irssi.org) I've written or heavily modified.### Scripts
* allwin.pl: Print all channel messages into a separate window. This can
be useful to have a single window to review while also having
windows for each channel.
* bot.pl: Turn Irssi clients into a simple botnet. Mainly useful for
maintaining control over a channel on networks without services.
* bot_verify.pl: Helper program used by bot.pl to verify messages.
* command_period.pl: Run external programs and send their output to
channels.
* correct.pl: Suggest corrections to messages in channels.
* joinserver.pl: Warn (and optionally ban) if users join channels from
particular servers.
* keepalive.pl: Attempt to keep connections to IRC servers alive on
unstable connections.
* nickalias.pl: Alias user@hosts to show as particular nicks.
* nickcolour-horgh.pl: Assign colours to nicks in channels. By default
none will be coloured.
* seen.pl: !seen nick functionality.
* sqlquote.pl: Interact with a quote database.
* sqlquote_test.pl: Tests for sqlquote.pl
* urltitle.pl: Retrieve URLs and print their titles to channels.
* userlist.pl: Auto-op particular users in channels.### License
Unless otherwise specified, GPL 3. Many if not all of the scripts have
their own license set inside.