Reverse command.

By Caaz on May 06, 2010

Screenshots

XChat Plugin - Reversing text command.
/Reverse Hello there
Would show up like
ereht olleH

#!/usr/bin/perl
use Xchat qw( :all );
hook_command('Reverse', sub { command("say ".reverse($_[1][1])); 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.