Best irssi script EVER

Updated: Download the newest version (2.5.urmom) here.
After adding yet another user to my ignore list in irssi I realized that the channels started getting a little too quiet. Instead of silently ignoring public messages from ignored users I decided to redact their messages instead. The code for redacted_ignore.pl is:

#!/usr/bin/perl

use strict;
use Irssi;

use vars qw($VERSION [...]