X-Chat Mass Highlight

By Caaz on May 07, 2010

Screenshots

This is basically the second most annoying plugin I have made for X-Chat. It highlights everyone in the channel in one easy command. "/mh" No one likes this command besides the user to get attention. If you want to be a jerk, try
"/allchan mh"
Or if you want to be even more of a jerk,
"/Allchan mh
/timer 10 amsg The Game."
10 seconds should me enough to wait for everyone to glance at the screen, right?

#!/usr/bin/perl
use Xchat qw( :all );
hook_command('mh', sub { @Users= get_list('users'); foreach $User (@Users) { $pam = "$pam$User->{nick} "; } command("say $pam"); $pam = ""; return EAT_ALL; });

Comments

Sign in to comment.
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.